diff --git a/exegol/config/ConstantConfig.py b/exegol/config/ConstantConfig.py index c4519dde..4619ec7c 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.3.5" + version: str = "4.4.0b1" # Exegol documentation link documentation: str = "https://exegol.rtfd.io/"