Watch
1
0
Fork
You've already forked RedFlag
0
This commit is contained in:
Fimeg 2026-06-05 16:37:56 -04:00
commit 938d0bee35
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.5.1}
BUILD_VERSION: ${BUILD_VERSION:-0.2.5.2}
container_name: redflag-server
volumes:
- server-config:/app/config

View file

@ -12,8 +12,8 @@ import (
// Build-time injected version information (SERVER AUTHORITY)
var (
AgentVersion = "0.2.5.1"
ConfigVersion = "0.2.5.1"
AgentVersion = "0.2.5.2"
ConfigVersion = "0.2.5.2"
MinAgentVersion = "0.1.22"
)