Browse Source

Updated version to 0.1.6b4

maziggy 8 tháng trước cách đây
mục cha
commit
2c61ba930a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      backend/app/core/config.py

+ 1 - 1
backend/app/core/config.py

@@ -5,7 +5,7 @@ from pathlib import Path
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "0.1.6b3"
+APP_VERSION = "0.1.6b4"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)