浏览代码

Bumped version

maziggy 1 周之前
父节点
当前提交
c331a3aedf
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 0 4
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

文件差异内容过多而无法显示
+ 0 - 4
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.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")
 

部分文件因为文件数量过多而无法显示