From c6350150328001a7e2a785ae51d5a28786766e20 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Tue, 1 Sep 2020 17:29:25 +0530 Subject: [PATCH] Mythril update version --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index bf5928a9..a90f6660 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.22.8" +__version__ = "v0.22.9"