1.25 Release (#1450)

This commit is contained in:
Hang Yan
2021-10-23 14:49:39 +08:00
committed by GitHub
parent 6a5f21a553
commit fe720df482
6 changed files with 78 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package version
var (
// VERSION is version number that will be displayed when running ./kompose version
VERSION = "1.24.0"
VERSION = "1.25.0"
// GITCOMMIT is hash of the commit that will be displayed when running ./kompose version
// this will be overwritten when running build like this: go build -ldflags="-X github.com/kubernetes/kompose/pkg/version.GITCOMMIT=$(GITCOMMIT)"
// HEAD is default indicating that this was not set during build