Compare commits

...

1 Commits

Author SHA1 Message Date
swapnil-signoz
53c86cd196 chore: bumping integration agent version to v0.0.11 2026-06-09 14:59:24 +05:30

View File

@@ -22,7 +22,7 @@ func newConfig() factory.Config {
Agent: AgentConfig{
// we will maintain the latest version of cloud integration agent from here,
// till we automate it externally or figure out a way to validate it.
Version: "v0.0.10",
Version: "v0.0.11",
},
}
}