Ver código fonte

Changed version to 0.1.6b6

maziggy 4 meses atrás
pai
commit
74e2d95ea8
1 arquivos alterados com 1 adições e 1 exclusões
  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.6b5"
+APP_VERSION = "0.1.6b6"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)