Compare commits

..

2 Commits

Author SHA1 Message Date
Swapnil Nakade
035f3fe544 Merge branch 'main' into chore/bump-integration-agent-version 2026-09-01 00:46:41 +05:30
swapnil-signoz
ed4b621401 chore: bumping cloud integration agent version to v0.0.14 2026-09-01 00:44:26 +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.13",
Version: "v0.0.14",
},
}
}