Bump version to 1.0.36

This commit is contained in:
2026-07-09 21:25:53 -04:00
parent 935fa83b93
commit 969ccacfc8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=syncserver
VERSION?=1.0.35
VERSION?=1.0.36
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
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"github.com/syncserver/internal/syncengine"
)
var version = "1.0.35"
var version = "1.0.36"
func main() {
cfgPath := flag.String("config", "", "Path to config.yaml")