Skip to content

Commit 8b6c4b1

Browse files
committed
Bump app version to v3.4
Updated the APP_VERSION constant in app_config.py from v3.3 to v3.4 to reflect the new release.
1 parent 6f302cb commit 8b6c4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757

5858
APP_TITLE = "RadarViz"
59-
APP_VERSION = "v3.3"
59+
APP_VERSION = "v3.4"
6060

6161
DATA_PATH = "./data"
6262
FRAME_CACHE_PATH = "./cache/frame"

0 commit comments

Comments
 (0)