Przeglądaj źródła

Bumped version to 0.1.6b7

maziggy 7 miesięcy temu
rodzic
commit
e2ace4f946
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 from pydantic_settings import BaseSettings
 
 
 # Application version - single source of truth
 # Application version - single source of truth
-APP_VERSION = "0.1.6"
+APP_VERSION = "0.1.6b7"
 GITHUB_REPO = "maziggy/bambuddy"
 GITHUB_REPO = "maziggy/bambuddy"
 
 
 # App directory - where the application is installed (for static files)
 # App directory - where the application is installed (for static files)