version bump
This commit is contained in:
parent
512e0bd9c0
commit
871bfde713
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
|
||||
class Config:
|
||||
# App version
|
||||
VERSION = '1.1.0'
|
||||
VERSION = '1.2.0'
|
||||
|
||||
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue