fix: update BASE_VERSION to 1.0.6RC03 for release
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m12s

This commit is contained in:
2026-03-25 15:30:18 -04:00
parent 359c170b27
commit 16701278ed

View File

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