Browse Source

Bumped version

maziggy 2 tháng trước cách đây
mục cha
commit
39ce37885e
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

@@ -6,7 +6,7 @@ from pathlib import Path
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "0.2.4.9"
+APP_VERSION = "0.2.5b2"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")