Watch
1
0
Fork
You've already forked RedFlag
0
This commit is contained in:
Fimeg 2026-06-08 08:14:24 -04:00
commit 40f57edefc
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.6.2}
BUILD_VERSION: ${BUILD_VERSION:-0.2.6.4}
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.6.2"
ConfigVersion = "0.2.6.2"
AgentVersion = "0.2.6.4"
ConfigVersion = "0.2.6.4"
MinAgentVersion = "0.1.22"
)