From 4093e79e50d45253de3298d1f48363845dca02c2 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Sat, 25 Apr 2026 19:02:20 -0400 Subject: [PATCH] Refactor code structure for improved readability and maintainability --- 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 5c6879f..9be0512 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.9" # update manually when releasing features +BASE_VERSION = "1.0.10" # update manually when releasing features def get_full_version() -> str: """