Skip to content

Commit

Permalink
Bump version to v0.7.2
Browse files Browse the repository at this point in the history
JelteF committed Oct 2, 2017

Verified

This commit was signed with the committer’s verified signature.
dougbu Doug Bunting
1 parent 0a2b2a8 commit 3a9028a
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
@@ -3,7 +3,7 @@ GO_FILES = $(shell find . -name "*.go" | grep -v "^./vendor/" |grep -v "_test.go

CURRENT_VERSION_MAJOR = 0
CURRENT_VERSION_MINOR = 7
CURRENT_VERSION_BUG = 1
CURRENT_VERSION_BUG = 2

BINDATA = cmd/bindata.go

2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (
)

const (
Version string = "0.7.1"
Version string = "0.7.2"
)

// versionCmd represents the version command

0 comments on commit 3a9028a

Please sign in to comment.