Skip to content

Commit

Permalink
Update managed/models/agent_model.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nurlan Moldomurov <[email protected]>
  • Loading branch information
JiriCtvrtka and BupycHuk authored Jun 5, 2024
1 parent 6aedc98 commit 464643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/models/agent_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const (
VMAgentType AgentType = "vmagent"
)

var v2_42 = version.MustParse("2.41.99")
var v2_42 = version.MustParse("2.42.0-0")

// PMMServerAgentID is a special Agent ID representing pmm-agent on PMM Server.
const PMMServerAgentID = string("pmm-server") // no /agent_id/ prefix
Expand Down

0 comments on commit 464643a

Please sign in to comment.