From 614ea8ccefa1efbf16ba81468cbd29cd9d7441d3 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Tue, 16 Aug 2022 07:29:36 +0100 Subject: [PATCH] Mythril v0.23.7 (#1665) --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index b4c3ad58..93259a4b 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.23.6" +__version__ = "v0.23.7"