diff --git a/agent_v0/agent_v1/config.py b/agent_v0/agent_v1/config.py index 207f68e8b..fbd5ebe8e 100644 --- a/agent_v0/agent_v1/config.py +++ b/agent_v0/agent_v1/config.py @@ -27,7 +27,7 @@ if platform.system() == "Windows": except Exception: pass -AGENT_VERSION = "1.0.1" +AGENT_VERSION = os.environ.get("RPA_AGENT_VERSION", "1.0.1") # Identifiant unique de la machine (utilisé pour le multi-machine) # Configurable via variable d'environnement, sinon auto-généré depuis hostname + OS