Bump version to 1.0.2

- Add scripts/bump-version.sh for semver patch increments
- Update AGENTS.md Dev Commands section and add Version Bumping docs
- Makefile default VERSION bumped to 1.0.2
This commit is contained in:
2026-07-07 19:18:52 -04:00
parent 3b5d20c05d
commit 79b6c958fd
4 changed files with 60 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"github.com/syncserver/internal/syncengine"
)
var version = "1.0.1"
var version = "1.0.2"
func main() {
cfgPath := flag.String("config", "", "Path to config.yaml")