Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Jul 18, 2023
1 parent 0f741a7 commit 21277c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exegol-docker-build
2 changes: 1 addition & 1 deletion exegol-resources
Submodule exegol-resources updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion exegol/config/ConstantConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class ConstantConfig:
"""Constant parameters information"""
# Exegol Version
version: str = "4.2.4b1"
version: str = "4.2.4"

# Exegol documentation link
documentation: str = "https://exegol.rtfd.io/"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_exegol.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '4.2.3'
assert __version__ == '4.2.4'

0 comments on commit 21277c5

Please sign in to comment.