From f6c18c36701a8493558c3721b9ab71d543f78e87 Mon Sep 17 00:00:00 2001 From: Dramelac Date: Mon, 26 Aug 2024 21:32:57 +0200 Subject: [PATCH] Ready to release --- exegol/config/ConstantConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exegol/config/ConstantConfig.py b/exegol/config/ConstantConfig.py index c4519dde..7315741e 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.3.6" # Exegol documentation link documentation: str = "https://exegol.rtfd.io/"