Watch
1
0
Fork
You've already forked RedFlag
0

v0.2.8.4 — releases publish as prerelease until v0.3.0 (alpha)

This commit is contained in:
Fimeg 2026-06-15 09:58:24 -04:00
commit eb79af448e
4 changed files with 57 additions and 5 deletions

View file

@ -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"
)