Parcourir la source

Updated version to 0.1.6b4

maziggy il y a 8 mois
Parent
commit
2c61ba930a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend/app/core/config.py

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

@@ -5,7 +5,7 @@ from pathlib import Path
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "0.1.6b3"
+APP_VERSION = "0.1.6b4"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)