v0.2.8.4 — releases publish as prerelease until v0.3.0 (alpha)
This commit is contained in:
parent
d9ba008f67
commit
eb79af448e
4 changed files with 57 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.8.2"
|
||||
ConfigVersion = "0.2.8.2"
|
||||
AgentVersion = "0.2.8.4"
|
||||
ConfigVersion = "0.2.8.4"
|
||||
MinAgentVersion = "0.1.22"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue