Skip to content

Commit b681ba2

Browse files
Release Hyperion 4.4.0 (#702)
1 parent a7c56f2 commit b681ba2

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
@@ -205,7 +205,7 @@ class Settings(BaseSettings):
205205

206206
# Hyperion follows Semantic Versioning
207207
# https://semver.org/
208-
HYPERION_VERSION: str = "4.3.3"
208+
HYPERION_VERSION: str = "4.4.0"
209209
MINIMAL_TITAN_VERSION_CODE: int = 139
210210

211211
# 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)