Browse Source

Revert "version test"

This reverts commit 36494a6f6bd93e7ce8f57452a92a1dec68f568f8.
maziggy 2 months ago
parent
commit
382daef6e2
1 changed files with 1 additions and 1 deletions
  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.2.3"
+APP_VERSION = "0.2.3.b1"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")