From 16701278ed97b01baaf891849afb31e92b0fc546 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Wed, 25 Mar 2026 15:30:18 -0400 Subject: [PATCH] fix: update BASE_VERSION to 1.0.6RC03 for release --- backend/config/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/version.py b/backend/config/version.py index b25a512..7da43e6 100644 --- a/backend/config/version.py +++ b/backend/config/version.py @@ -2,7 +2,7 @@ # file: config/version.py 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: """