瀏覽代碼

Bumped version number

maziggy 7 月之前
父節點
當前提交
fe35c1d134
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/app/core/config.py

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