From 874c247fab8cf886b4eb66215eec745c3e537d40 Mon Sep 17 00:00:00 2001 From: medcl Date: Sun, 29 Oct 2023 14:51:31 +0800 Subject: [PATCH] update agent version --- modules/agent/common/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/agent/common/config.go b/modules/agent/common/config.go index 3d1ccbf2..6cf5b6fc 100644 --- a/modules/agent/common/config.go +++ b/modules/agent/common/config.go @@ -17,7 +17,7 @@ func GetAgentConfig() *model.AgentConfig { Enabled: true, Setup: &model.SetupConfig{ DownloadURL: "https://release.infinilabs.com/agent/stable", - Version: "0.6.0-262", + Version: "0.7.0-364", }, } _, err := env.ParseConfig("agent", agentCfg )