Skip to content

Commit

Permalink
Bump version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Oct 2, 2017
1 parent 0a2b2a8 commit 3a9028a
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 @@ -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

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

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

// versionCmd represents the version command
Expand Down

0 comments on commit 3a9028a

Please sign in to comment.