maziggy 3 miesięcy temu
rodzic
commit
f46c134253
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 2 - 0
CHANGELOG.md

@@ -2,6 +2,8 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
+## [0.2.2b1] - Unreleased
+
 ## [0.2.1] - 2026-02-27
 
 ### Fixed

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