Browse Source

Bumped version

maziggy 1 tuần trước cách đây
mục cha
commit
0e0bea1aa7
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

@@ -7,7 +7,7 @@ from pydantic import Field
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "1.2.6b1"
+APP_VERSION = "1.2.5.5"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")