Skip to content

Commit

Permalink
Update the versioning scheme as required bu go modules
Browse files Browse the repository at this point in the history
Signed-off-by: Swapnil Mhamane <[email protected]>
  • Loading branch information
Swapnil Mhamane committed Jul 12, 2019
1 parent 2a5adc8 commit 38979f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COVERPROFILE := test/output/coverprofile.out

.PHONY: revendor
revendor:
@dep ensure -update -v
@env GO111MODULE=on go get -u -v

.PHONY: build
build:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0-dev
v0.7.0-dev

0 comments on commit 38979f0

Please sign in to comment.