update monkey version to 1.6.3

This commit is contained in:
itay 2019-05-12 11:54:17 +03:00
parent 98a9684f47
commit 994feaa47e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Environment(object):
_MONGO_URL = os.environ.get("MONKEY_MONGO_URL", "mongodb://localhost:27017/monkeyisland")
_DEBUG_SERVER = False
_AUTH_EXPIRATION_TIME = timedelta(hours=1)
_MONKEY_VERSION = "1.6.2"
_MONKEY_VERSION = "1.6.3"
def __init__(self):
self.config = None