diff --git a/mythril/version.py b/mythril/version.py index 994e8f8f..7896986e 100644 --- a/mythril/version.py +++ b/mythril/version.py @@ -4,4 +4,4 @@ This file is suitable for sourcing inside POSIX shell, e.g. bash as well as for importing into Python. """ -VERSION = "v0.20.5" # NOQA +VERSION = "v0.20.6" # NOQA