diff --git a/aggregator-agent/cmd/agent/main.go b/aggregator-agent/cmd/agent/main.go index 4aaacd2..ae917c0 100644 --- a/aggregator-agent/cmd/agent/main.go +++ b/aggregator-agent/cmd/agent/main.go @@ -21,7 +21,7 @@ import ( ) const ( - AgentVersion = "0.1.7" // Windows Update data enrichment: CVEs, MSRC severity, dates, version parsing + AgentVersion = "0.1.8" // Added dnf makecache to security allowlist, retry tracking ) // getConfigPath returns the platform-specific config path