Skip to content

Commit 3959662

Browse files
Hyperion 4.5.1 (#734)
1 parent 892268e commit 3959662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Settings(BaseSettings):
215215

216216
# Hyperion follows Semantic Versioning
217217
# https://semver.org/
218-
HYPERION_VERSION: str = "4.5.0"
218+
HYPERION_VERSION: str = "4.5.1"
219219
MINIMAL_TITAN_VERSION_CODE: int = 139
220220

221221
# Maximum wallet balance for MyECLPay in cents, we will prevent user from adding more money to their wallet if it will make their balance exceed this value

0 commit comments

Comments
 (0)