Version 0.4.5

This commit is contained in:
Ensar Sarajčić 2018-12-06 12:17:21 +01:00
parent c11e0e46b4
commit 609086cb8a

View file

@ -2,7 +2,7 @@ import os
# App configuration
DEBUG = os.environ['DEBUG']
APP_VERSION = '0.4.4'
APP_VERSION = '0.4.5'
APP_RELEASE_VERSION_STRING = (os.environ.get('HEROKU_RELEASE_VERSION')
or 'Unknown')