version bump

This commit is contained in:
Eduardo_Figueroa 2025-09-12 17:08:32 -07:00
parent 512e0bd9c0
commit 871bfde713

View file

@ -2,7 +2,7 @@ import os
class Config: class Config:
# App version # App version
VERSION = '1.1.0' VERSION = '1.2.0'
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key' SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'