v0.2.6.4
This commit is contained in:
parent
b09453e849
commit
40f57edefc
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue