feat: update version to 1.0.16 and modify user authentication cookies
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m24s

This commit is contained in:
2026-05-25 13:08:13 -04:00
parent 0b3d1d5ed0
commit ec4912aa4a
5 changed files with 21 additions and 21 deletions

View File

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