chore: bump version to 3.2.0 across all files

This commit is contained in:
2025-12-15 15:09:34 +01:00
parent f033b02cec
commit 51fc570fc7
9 changed files with 54 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ import (
// Build information (set by ldflags)
var (
version = "3.1.0"
version = "3.2.0"
buildTime = "unknown"
gitCommit = "unknown"
)