You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/core/utils/config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ class Settings(BaseSettings):
215
215
216
216
# Hyperion follows Semantic Versioning
217
217
# https://semver.org/
218
-
HYPERION_VERSION: str="4.5.0"
218
+
HYPERION_VERSION: str="4.5.1"
219
219
MINIMAL_TITAN_VERSION_CODE: int=139
220
220
221
221
# 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