Update version.

This commit is contained in:
Jim McDonald
2025-05-13 20:58:32 +01:00
parent 8b7aab7180
commit 3059aa270f
3 changed files with 16 additions and 16 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.37.3)"
var ReleaseVersion = "local build (latest release 1.37.4)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{