Skip to content

Commit

Permalink
Update minimal titan version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Petitoto committed Sep 5, 2023
1 parent 955e20b commit c19f069
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 = 60
MINIMAL_TITAN_VERSION_CODE: int = 78
# Depreciated, minimal_titan_version_code should be used
MINIMAL_TITAN_VERSION: str = "0.0.1"

Expand Down

0 comments on commit c19f069

Please sign in to comment.