Rename and tested functionality justify this
This commit is contained in:
parent
735e41de84
commit
443173ae84
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
class Config:
|
||||
# App version
|
||||
VERSION = '1.0.0'
|
||||
VERSION = '1.1.0'
|
||||
|
||||
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue