@@ -2,6 +2,8 @@
All notable changes to Bambuddy will be documented in this file.
+## [0.1.9b] - Not released
+
## [0.1.8.1] - 2026-02-07
### Fixed
@@ -5,7 +5,7 @@ from pathlib import Path
from pydantic_settings import BaseSettings
# Application version - single source of truth
-APP_VERSION = "0.1.8.1"
+APP_VERSION = "0.1.9b"
GITHUB_REPO = "maziggy/bambuddy"
# App directory - where the application is installed (for static files)