From c19f0692cebd1daeda63e54f7b89e629736b9b09 Mon Sep 17 00:00:00 2001 From: Petitoto Date: Tue, 5 Sep 2023 07:29:57 +0200 Subject: [PATCH] Update minimal titan version code --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index f767d5016..6367354ed 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -88,7 +88,7 @@ class Settings(BaseSettings): # Hyperion follows Semantic Versioning # https://semver.org/ HYPERION_VERSION: str = "1.0.0" # This value should never be modified by hand. See [Hyperion release] documentation - MINIMAL_TITAN_VERSION_CODE: int = 60 + MINIMAL_TITAN_VERSION_CODE: int = 78 # Depreciated, minimal_titan_version_code should be used MINIMAL_TITAN_VERSION: str = "0.0.1"