From 988879e6322565aeeea37455b2a61276eda87f6b Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Sat, 7 Sep 2019 14:50:29 +0530 Subject: [PATCH] Mythril version 0.21.16 release --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index 8cb19bb6..cc377277 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.15" +__version__ = "v0.21.16"