feat: update BASE_VERSION to 1.1.0 for upcoming release
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m10s

This commit is contained in:
2026-09-03 16:10:43 -04:00
parent db42f81780
commit ed6bb95451
+1 -1
View File
@@ -2,7 +2,7 @@
# file: config/version.py
import os
BASE_VERSION = "1.0.16" # update manually when releasing features
BASE_VERSION = "1.1.0" # update manually when releasing features
def get_full_version() -> str:
"""