Bump odo version to v3.3.0 (#6325)

This commit is contained in:
Parthvi Vala
2022-11-22 13:43:57 +05:30
committed by GitHub
parent d921a17821
commit 1d315866b6
3 changed files with 3 additions and 3 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.2.0"
VERSION = "v3.3.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)"