From 2e8a71d7dd0c10220586de45f98d4a9d4f0a98b8 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Mon, 23 Jul 2018 17:02:59 +0530 Subject: [PATCH] update version --- mythril/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/version.py b/mythril/version.py index e606aa4c..cd1aa093 100644 --- a/mythril/version.py +++ b/mythril/version.py @@ -1,3 +1,3 @@ # This file is suitable for sourcing inside POSIX shell, e.g. bash as # well as for importing into Python -VERSION="v0.18.9" # NOQA +VERSION="v0.18.10" # NOQA