From 121ee69502694c680f304c0185b20be18b569f8c Mon Sep 17 00:00:00 2001 From: oskar Date: Fri, 8 May 2026 21:36:43 +0200 Subject: [PATCH] Add monitor agent version marker --- monitor-agent/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor-agent/main.py b/monitor-agent/main.py index 37284fb..03bbaf0 100644 --- a/monitor-agent/main.py +++ b/monitor-agent/main.py @@ -113,3 +113,5 @@ def main(): if __name__ == "__main__": main() + +print("MONITOR_AGENT_VERSION=1")