maziggy преди 3 месеца
родител
ревизия
dccf85de74
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 1 - 0
CHANGELOG.md

@@ -2,6 +2,7 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
+## [0.1.9] - Unrelased
 
 ## [0.1.8] - 2026-02-06
 

+ 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.1.8"
+APP_VERSION = "0.1.9b"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)