maziggy 4 месяцев назад
Родитель
Сommit
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
 
 # Application version - single source of truth
-APP_VERSION = "0.1.6b"
+APP_VERSION = "0.1.6b2"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # Base directory for path calculations