Bump version to 1.0.22

This commit is contained in:
2026-07-09 16:54:38 -04:00
parent 6c48031dd7
commit be7d47c0e1
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=syncserver
VERSION?=1.0.21
VERSION?=1.0.22
GO?=go
LDFLAGS=-s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
BUILD_FLAGS=CGO_ENABLED=0