浏览代码

Changed version to 0.1.6b2

maziggy 8 月之前
父节点
当前提交
c3c36719a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/app/core/config.py

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

@@ -4,7 +4,7 @@ from pathlib import Path
 from pydantic_settings import BaseSettings
 from pydantic_settings import BaseSettings
 
 
 # Application version - single source of truth
 # Application version - single source of truth
-APP_VERSION = "0.1.6b"
+APP_VERSION = "0.1.6b2"
 GITHUB_REPO = "maziggy/bambuddy"
 GITHUB_REPO = "maziggy/bambuddy"
 
 
 # Base directory for path calculations
 # Base directory for path calculations