Bump version.

This commit is contained in:
Jim McDonald
2023-04-13 18:15:43 +01:00
parent 35944ca8c5
commit c7adf03aeb
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.29.1)"
var ReleaseVersion = "local build (latest release 1.29.2)"
// versionCmd represents the version command.
var versionCmd = &cobra.Command{