Bump version for release. 9.4.0

This commit is contained in:
Jguer 2019-10-21 14:34:06 +01:00
parent a3849deb4e
commit 211b96867c
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
3 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ PKGNAME := yay
PREFIX := /usr/local PREFIX := /usr/local
MAJORVERSION := 9 MAJORVERSION := 9
MINORVERSION := 3 MINORVERSION := 4
PATCHVERSION := 3 PATCHVERSION := 0
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
GOFLAGS := -v -mod=vendor GOFLAGS := -v -mod=vendor

View file

@ -81,7 +81,7 @@ type Configuration struct {
UseAsk bool `json:"useask"` UseAsk bool `json:"useask"`
} }
var version = "9.3.1" var version = "9.4.0"
// configFileName holds the name of the config file. // configFileName holds the name of the config file.
const configFileName string = "config.json" const configFileName string = "config.json"

View file

@ -1,5 +1,5 @@
'\ t '\ t
.TH "YAY" "8" "2018\-07\-01" "Yay v8.972+" "Yay Manual" .TH "YAY" "8" "2019\-10\-21" "Yay v9.4+" "Yay Manual"
.nh .nh
.ad l .ad l
.SH NAME .SH NAME