v0.2.8.0 — changelog + version lockstep bump
This commit is contained in:
parent
8b1884eadc
commit
aff48376b9
5 changed files with 46 additions and 5 deletions
|
|
@ -15,8 +15,8 @@ import (
|
|||
// tag — the release gate enforces this. ldflags may override at build time;
|
||||
// the release pipeline injects the tag so binaries and source agree.
|
||||
var (
|
||||
AgentVersion = "0.2.7.1"
|
||||
ConfigVersion = "0.2.7.1"
|
||||
AgentVersion = "0.2.8.0"
|
||||
ConfigVersion = "0.2.8.0"
|
||||
MinAgentVersion = "0.1.22"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue