Update patch version of yay to reflect makefile changes

This commit is contained in:
Jguer 2018-12-07 13:56:00 +00:00
parent 14cb1c587f
commit d3a9082f2a
No known key found for this signature in database
GPG key ID: 09754DBECF21746F
2 changed files with 2 additions and 2 deletions

View file

@ -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}'

View file

@ -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"