diff --git a/exegol-docker-build b/exegol-docker-build index 41ab9e1b..4b8aa946 160000 --- a/exegol-docker-build +++ b/exegol-docker-build @@ -1 +1 @@ -Subproject commit 41ab9e1b4e57304bff7dbfb6c1a642a6e252b906 +Subproject commit 4b8aa9464301674e20195876f31ccc90284d97cc diff --git a/exegol-resources b/exegol-resources index 63a30620..4c0dee13 160000 --- a/exegol-resources +++ b/exegol-resources @@ -1 +1 @@ -Subproject commit 63a306201c85662453622b66d7e3f69a9b1e2e7e +Subproject commit 4c0dee13ad16fa42947c1677dbd02a1f4456df90 diff --git a/exegol/config/ConstantConfig.py b/exegol/config/ConstantConfig.py index e2a64613..0c7b194a 100644 --- a/exegol/config/ConstantConfig.py +++ b/exegol/config/ConstantConfig.py @@ -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/" diff --git a/tests/test_exegol.py b/tests/test_exegol.py index 5cadc990..b98740f9 100644 --- a/tests/test_exegol.py +++ b/tests/test_exegol.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == '4.2.3' + assert __version__ == '4.2.4'