Skip to content

Commit

Permalink
Update to version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jan 20, 2019
1 parent 50a52db commit 0f57ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PREFIX := /usr/local
DESTDIR :=

MAJORVERSION := 9
MINORVERSION ?= 0
PATCHVERSION := 1
MINORVERSION ?= 1
PATCHVERSION := 0
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}

LDFLAGS := -ldflags '-s -w -X main.version=${VERSION}'
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type Configuration struct {
UseAsk bool `json:"useask"`
}

var version = "9.0.1"
var version = "9.1.0"

// configFileName holds the name of the config file.
const configFileName string = "config.json"
Expand Down

0 comments on commit 0f57ed0

Please sign in to comment.