Skip to content

Commit

Permalink
Update patch version of yay to reflect makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Dec 7, 2018
1 parent 14cb1c5 commit d3a9082
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 @@ -5,7 +5,7 @@ DESTDIR :=

MAJORVERSION := 9
MINORVERSION ?= 0
PATCHVERSION := 0
PATCHVERSION := 1
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.0"
var version = "9.0.1"

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

0 comments on commit d3a9082

Please sign in to comment.