Update monkey version

This commit is contained in:
Shay Nehmad 2019-10-06 15:05:41 +03:00
parent dde2e1a7e4
commit 2afa38d8cf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Environment(object):
def testing(self, value):
self._testing = value
_MONKEY_VERSION = "1.6.3"
_MONKEY_VERSION = "1.7.0"
def __init__(self):