We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515a4ae commit 7d80371Copy full SHA for 7d80371
1 file changed
core/configuration.py
@@ -47,7 +47,7 @@ class AppConfig:
47
FADE_START_Y: int = 800
48
FADE_RANGE: int = 200
49
DEBUG_MODE: bool = False
50
- VERSION: str = "1.2.0"
+ VERSION: str = "1.3.0"
51
52
# Derived properties could go here, but kept simple for now
53
0 commit comments