Skip to content

Commit 9a04e28

Browse files
committedJun 18, 2024
Bump app version from 1.3.0 to 1.4.0
1 parent ca8e7c2 commit 9a04e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def has_value(cls, value):
3030

3131

3232
class Config(BaseModel):
33-
APP_VERSION: str = "1.3.0"
33+
APP_VERSION: str = "1.4.0"
3434
HOST_USERNAME: str = ""
3535
HOST_STEAMID3: str = "[U:X:XXXXXXX]"
3636
TOS_VIOLATION: bool

0 commit comments

Comments
 (0)
Failed to load comments.