maziggy 2 settimane fa
parent
commit
71ac077c0c
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 3 1
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

File diff suppressed because it is too large
+ 3 - 1
CHANGELOG.md


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

@@ -6,7 +6,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.2.4b4"
+APP_VERSION = "0.2.5b1"
 GITHUB_REPO = "maziggy/bambuddy"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
 
 

Some files were not shown because too many files changed in this diff