Avoid corner case when deriving from mnemonic.

This commit is contained in:
Jim McDonald
2025-01-28 19:32:01 +00:00
parent fcafa037f8
commit 005eed1360
4 changed files with 24 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.36.4)"
var ReleaseVersion = "local build (latest release 1.36.5)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{