Skip to content

Commit 7d80371

Browse files
committed
chore: bump version to 1.3.0
1 parent 515a4ae commit 7d80371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AppConfig:
4747
FADE_START_Y: int = 800
4848
FADE_RANGE: int = 200
4949
DEBUG_MODE: bool = False
50-
VERSION: str = "1.2.0"
50+
VERSION: str = "1.3.0"
5151

5252
# Derived properties could go here, but kept simple for now
5353

0 commit comments

Comments
 (0)