From 3c7d518b0c87a2f5e1f36c27ddedae22d9fba7b2 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Wed, 7 Oct 2020 14:32:31 +0530 Subject: [PATCH] Mythril release v0.22.10 --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index a90f6660..d8875fc5 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.9" +__version__ = "v0.22.10"