fix: update BASE_VERSION to remove release candidate suffix
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 1m30s

This commit is contained in:
2026-02-20 16:47:27 -05:00
parent 55e7dc7568
commit 3673119ae2

View File

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