Bump to v3.15.0 (#7096)

This commit is contained in:
Philippe Martin
2023-09-26 09:39:55 +02:00
committed by GitHub
parent d34fbaed1a
commit 10b5e8a8f5
27 changed files with 27 additions and 27 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.14.0"
VERSION = "v3.15.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)"