Forráskód Böngészése

Changed version to 0.1.5b4

maziggy 5 hónapja
szülő
commit
8bd404951e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      backend/app/core/config.py

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

@@ -3,7 +3,7 @@ from pydantic_settings import BaseSettings
 import logging
 import logging
 
 
 # Application version - single source of truth
 # Application version - single source of truth
-APP_VERSION = "0.1.5b3"
+APP_VERSION = "0.1.5b4"
 GITHUB_REPO = "maziggy/bambuddy"
 GITHUB_REPO = "maziggy/bambuddy"
 
 
 # Base directory for path calculations
 # Base directory for path calculations