Refactor code structure for improved readability and maintainability
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m42s

This commit is contained in:
2026-04-25 19:02:20 -04:00
parent 39a547ca9c
commit 4093e79e50

View File

@@ -2,7 +2,7 @@
# file: config/version.py # file: config/version.py
import os 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: def get_full_version() -> str:
""" """