Watch
1
0
Fork
You've already forked RedFlag
0

bump: v0.2.8.2

Version lockstep across server, agent, docker-compose, helper.
This commit is contained in:
Fimeg 2026-06-11 20:25:08 -04:00
commit dee6149c06
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ services:
context: .
dockerfile: ./server/Dockerfile
args:
BUILD_VERSION: ${BUILD_VERSION:-0.2.8.1}
BUILD_VERSION: ${BUILD_VERSION:-0.2.8.2}
container_name: redflag-server
volumes:
- server-config:/app/config

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.1"
ConfigVersion = "0.2.8.1"
AgentVersion = "0.2.8.2"
ConfigVersion = "0.2.8.2"
MinAgentVersion = "0.1.22"
)