Selaa lähdekoodia

Bumped version

maziggy 1 kuukausi sitten
vanhempi
sitoutus
30e4577838
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
-## [1.2.5.1b1] - Unreleased
+## [1.2.6b1] - Unreleased
 
 
 ## [1.2.5] - 2026-07-24

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