Jelajahi Sumber

Revert "version test"

This reverts commit cf8f43169bfbdc3a8a266e91ae6435733e74fb05.
maziggy 2 bulan lalu
induk
melakukan
c42d834219
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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")