fix: update version number to 1.0.6RC01 and clarify verification code description
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m30s

This commit is contained in:
2026-03-20 16:48:43 -04:00
parent ef9cb01d92
commit 81169da05e
2 changed files with 3 additions and 3 deletions

View File

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