瀏覽代碼

Housekeeping

maziggy 1 周之前
父節點
當前提交
3f1ed85791
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

文件差異過大導致無法顯示
+ 4 - 0
CHANGELOG.md


+ 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.5.4"
+APP_VERSION = "1.2.6b1"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
 

部分文件因文件數量過多而無法顯示