Bump version to 3.42.1
All checks were successful
CI/CD / Test (push) Successful in 1m18s
CI/CD / Lint (push) Successful in 1m23s
CI/CD / Build & Release (push) Successful in 3m13s

This commit is contained in:
2026-01-07 15:41:08 +01:00
parent 9743d571ce
commit 3653ced6da
10 changed files with 15 additions and 15 deletions

View File

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