diff --git a/internal/version/version.go b/internal/version/version.go index 042a98556e9..c5f9401511d 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -21,7 +21,7 @@ import ( ) // Version is the version of the build. -const Version = "1.31.11" +const Version = "1.31.12" // ReleaseMinorVersions are the currently supported minor versions. var ReleaseMinorVersions = []string{"1.30", "1.29", "1.28"}