Watch
1
0
Fork
You've already forked RedFlag
0

v0.2.8.0 — changelog + version lockstep bump

This commit is contained in:
Fimeg 2026-06-10 23:49:57 -04:00
commit aff48376b9
5 changed files with 46 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.7.1"
ConfigVersion = "0.2.7.1"
AgentVersion = "0.2.8.0"
ConfigVersion = "0.2.8.0"
MinAgentVersion = "0.1.22"
)