Skip to content

Commit

Permalink
Update MINIMAL_TITAN_VERSION_CODE to 92
Browse files Browse the repository at this point in the history
  • Loading branch information
Petitoto committed Nov 15, 2023
1 parent 59c79b6 commit 0e12c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 80
MINIMAL_TITAN_VERSION_CODE: int = 92
# Depreciated, minimal_titan_version_code should be used
MINIMAL_TITAN_VERSION: str = "0.0.1"

Expand Down

0 comments on commit 0e12c1d

Please sign in to comment.