Skip to content

Commit

Permalink
Update version to 2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage committed Aug 4, 2020
1 parent b151de7 commit 8b213dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "v1.2.5"
VERSION = "v2.0.0-alpha"

// 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/openshift/odo/cmd.GITCOMMIT=$(GITCOMMIT)"
Expand Down

0 comments on commit 8b213dc

Please sign in to comment.