Skip to content

Commit 0708ca3

Browse files
authored
Merge pull request #45 from sjefferson99/Bump-app-version
Bump app version
2 parents e6f8548 + 59dc628 commit 0708ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
logger = logging.getLogger(__name__)
2121

2222
# Application version
23-
APP_VERSION = "1.0.0"
23+
APP_VERSION = "1.1.2"
2424

2525
# Settings schema - defines allowed settings and their validation rules
2626
SETTINGS_SCHEMA = {

0 commit comments

Comments
 (0)