Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Sep 20, 2019
1 parent d34a842 commit fd9a62d
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 @@ -4,7 +4,7 @@ PREFIX := /usr/local
DESTDIR :=

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

Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type Configuration struct {
UseAsk bool `json:"useask"`
}

var version = "9.2.1"
var version = "9.3.1"

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

0 comments on commit fd9a62d

Please sign in to comment.