Bump to version 3.13.0 (#7000)

This commit is contained in:
Philippe Martin
2023-07-24 10:52:16 +02:00
committed by GitHub
parent 79f3685dfe
commit 0d1cf6e365
23 changed files with 23 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ Changing these values will change the versioning information when releasing odo.
var (
// VERSION is version number that will be displayed when running ./odo version
VERSION = "v3.12.0"
VERSION = "v3.13.0"
// GITCOMMIT is hash of the commit that will be displayed when running ./odo version
// this will be overwritten when running build like this: go build -ldflags="-X github.com/redhat-developer/odo/cmd.GITCOMMIT=$(GITCOMMIT)"