Skip to content

Commit

Permalink
Bump version to 3.0.1 and Titan minimal version to 130 (#571)
Browse files Browse the repository at this point in the history
### Description

Please explain the changes you made here.

### Checklist

- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the documentation, if necessary
  • Loading branch information
Rotheem authored Sep 9, 2024
1 parent 699679a commit 0a293cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ class Settings(BaseSettings):

# Hyperion follows Semantic Versioning
# https://semver.org/
HYPERION_VERSION: str = "3.0.0"
MINIMAL_TITAN_VERSION_CODE: int = 113
HYPERION_VERSION: str = "3.0.1"
MINIMAL_TITAN_VERSION_CODE: int = 130

######################################
# Automatically generated parameters #
Expand Down

0 comments on commit 0a293cd

Please sign in to comment.