maziggy 5 달 전
부모
커밋
866f4835a3
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.5"
+APP_VERSION = "0.1.6b"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # Base directory for path calculations