Bump version to 1.0.48

This commit is contained in:
2026-07-17 18:40:23 -04:00
parent b2172145e7
commit 2ec031c9dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=syncserver
VERSION?=1.0.47
VERSION?=1.0.48
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