From 44ed641f819df795e288e74315067f4ad9c8f84b Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Sat, 13 Apr 2019 12:49:00 +0530 Subject: [PATCH] Update mythril to 0.20.4 --- mythril/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/version.py b/mythril/version.py index 07cb42e1..1c0dc71a 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.20.3" # NOQA +VERSION = "v0.20.4" # NOQA