Skip to content

Commit

Permalink
Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Sep 14, 2017
1 parent 7d85f14 commit 9ff6d83
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 = 0
CURRENT_VERSION_BUG = 1

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.0"
Version string = "0.7.1"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 9ff6d83

Please sign in to comment.