Explorar el Código

Bumped version

maziggy hace 1 semana
padre
commit
0e0bea1aa7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/app/core/config.py

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

@@ -7,7 +7,7 @@ from pydantic import Field
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "1.2.6b1"
+APP_VERSION = "1.2.5.5"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")