Version 0.4.6
This commit is contained in:
parent
d9c66ed0ab
commit
b8092d18ab
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
# App configuration
|
||||
DEBUG = os.environ['DEBUG']
|
||||
APP_VERSION = '0.4.5'
|
||||
APP_VERSION = '0.4.6'
|
||||
APP_RELEASE_VERSION_STRING = (os.environ.get('HEROKU_RELEASE_VERSION')
|
||||
or 'Unknown')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue