From 60ca80b91a5b7af0f03a2089af72e559e9a9b61e Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Mon, 9 Oct 2023 07:12:19 +0100 Subject: [PATCH] Mythril v0.24.0 --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index 3c02317f..7e47670e 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.25" +__version__ = "v0.24.0"