From b8c82af3b98e30ca9447d610a6a6b5859c1c90de Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Mon, 15 Jul 2019 16:50:53 +0200 Subject: [PATCH] Bump version to 0.21.11 --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index 5984877d..8b926541 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.21.10" +__version__ = "v0.21.11"