Skip to content

Commit

Permalink
Prepare for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Dec 7, 2022
1 parent b6c559c commit b57d16e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ___

<div align="center">
<a href="https://www.hackthebox.com/" title="Follow">
<img width="300" src="https://www.hackthebox.com/images/logo600.png">
<img width="300" src="https://exegol.readthedocs.io/en/latest/_images/hackthebox.png">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion exegol/utils/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.1.1b1"
version: str = "4.1.1"

# 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.1.1'
assert __version__ == '4.1.2'

0 comments on commit b57d16e

Please sign in to comment.