ソースを参照

Updated version to 0.1.5

maziggy 9 ヶ月 前
コミット
b5df62922c
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
 
 # Application version - single source of truth
-APP_VERSION = "0.1.5b7"
+APP_VERSION = "0.1.5"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # Base directory for path calculations