Version 0.4.4

develop
Ensar Sarajčić 2018-11-04 15:10:23 +01:00
parent 287d8ee765
commit d0dc674571
1 changed files with 1 additions and 1 deletions

View File

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