diff --git a/mythril/version.py b/mythril/version.py index bbc532922..49bf7b6e7 100644 --- a/mythril/version.py +++ b/mythril/version.py @@ -1,3 +1,3 @@ # This file is suitable for sourcing inside POSIX shell, e.g. bash as # well as for importing into Python -VERSION = "v0.19.8" # NOQA +VERSION = "v0.19.10" # NOQA