From d0f13e5da7592ec55ffbc9e0da421be2bf7e6ae7 Mon Sep 17 00:00:00 2001 From: Fimeg Date: Sun, 2 Nov 2025 14:00:55 -0500 Subject: [PATCH] bump: agent version 0.1.20 -> 0.1.22 v0.1.22 minimum version for security features machine binding and version enforcement agent now sends version during registration no bootstrap gap --- aggregator-agent/cmd/agent/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregator-agent/cmd/agent/main.go b/aggregator-agent/cmd/agent/main.go index 3e4ac00..c49349a 100644 --- a/aggregator-agent/cmd/agent/main.go +++ b/aggregator-agent/cmd/agent/main.go @@ -28,7 +28,7 @@ import ( ) const ( - AgentVersion = "0.1.20" // Phase 1: Granular subsystem commands and parallel scanner execution + AgentVersion = "0.1.22" // v0.1.22: Machine binding and version enforcement security release ) // getConfigPath returns the platform-specific config path