Bump version

This commit is contained in:
Jim McDonald
2022-12-10 22:32:56 +00:00
parent 6b127796f9
commit ed830d7901
2 changed files with 2 additions and 2 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.26.4)"
var ReleaseVersion = "local build (latest release 1.26.5)"
// versionCmd represents the version command
var versionCmd = &cobra.Command{