Bump version.

This commit is contained in:
Jim McDonald
2024-12-20 22:54:25 +00:00
parent 8e1c8c5300
commit fcafa037f8
2 changed files with 1 additions and 29 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.36.3)"
var ReleaseVersion = "local build (latest release 1.36.4)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{