From 4b1bcbeb3e86df0f0fb22eb80b10bcf2c1c6d71f Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Thu, 8 Aug 2019 06:46:14 +0530 Subject: [PATCH] Version update --- mythril/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/__version__.py b/mythril/__version__.py index a9b138d9..b7808215 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.21.13" +__version__ = "v0.21.14"