1 Commits

Author SHA1 Message Date
082097b4f9 feat: update BASE_VERSION to 1.0.14-a for feature release
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m28s
2026-05-04 14:43:54 -04:00

View File

@@ -2,7 +2,7 @@
# file: config/version.py # file: config/version.py
import os import os
BASE_VERSION = "1.0.14" # update manually when releasing features BASE_VERSION = "1.0.14-a" # update manually when releasing features
def get_full_version() -> str: def get_full_version() -> str:
""" """