Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit c514cfa

Browse files
committed
fix: bump stale agent version to 7.12-snapshot
1 parent 2c75e99 commit c514cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/common/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var AgentVersion = AgentVersionBase
3131

3232
// AgentStaleVersion is the version of the agent to use as a base during upgrade
3333
// It can be overriden by ELASTIC_AGENT_STALE_VERSION env var. Using latest GA as a default.
34-
var AgentStaleVersion = "7.11-SNAPSHOT"
34+
var AgentStaleVersion = "7.12-SNAPSHOT"
3535

3636
// StackVersion is the version of the stack to use
3737
// It can be overriden by STACK_VERSION env var

0 commit comments

Comments
 (0)