Release 1.33.2

This commit is contained in:
Jim McDonald
2023-10-19 14:46:13 +01:00
parent 36ddb1a2fe
commit 82f5200296
4 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.33.1)"
var ReleaseVersion = "local build (latest release 1.33.2)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{