Skip to content

Commit

Permalink
Merge pull request #90 from kadel/release-v0.0.1
Browse files Browse the repository at this point in the history
RELEASE v0.0.1
  • Loading branch information
concaf authored Feb 14, 2018
2 parents fb80237 + 37841db commit bf1d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var (
// VERSION is version number that will be displayed when running ./ocdev version
VERSION = "0.0.0"
VERSION = "0.0.1"

// GITCOMMIT is hash of the commit that wil be displayed when running ./ocdev version
// this will be overwritten when running build like this: go build -ldflags="-X github.com/redhat-developer/ocdev/cmd.GITCOMMIT=$(GITCOMMIT)"
Expand Down

0 comments on commit bf1d895

Please sign in to comment.