Skip to content

Commit 72e0b83

Browse files
Release 4.4.1 (#707)
1 parent 1cefd20 commit 72e0b83

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.4.0"
208+
HYPERION_VERSION: str = "4.4.1"
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)