update agent version

This commit is contained in:
medcl 2023-10-29 14:51:31 +08:00
parent d2a448b53c
commit 874c247fab
1 changed files with 1 additions and 1 deletions

View File

@ -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 )