diff --git a/Makefile b/Makefile index 1c01f717..5c50685d 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ PKGNAME := yay PREFIX := /usr/local MAJORVERSION := 9 -MINORVERSION := 3 -PATCHVERSION := 3 +MINORVERSION := 4 +PATCHVERSION := 0 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} GOFLAGS := -v -mod=vendor diff --git a/config.go b/config.go index 2b4082f9..2058bc4b 100644 --- a/config.go +++ b/config.go @@ -81,7 +81,7 @@ type Configuration struct { UseAsk bool `json:"useask"` } -var version = "9.3.1" +var version = "9.4.0" // configFileName holds the name of the config file. const configFileName string = "config.json" diff --git a/doc/yay.8 b/doc/yay.8 index c9cd8d4f..43ecde75 100644 --- a/doc/yay.8 +++ b/doc/yay.8 @@ -1,5 +1,5 @@ '\ t -.TH "YAY" "8" "2018\-07\-01" "Yay v8.972+" "Yay Manual" +.TH "YAY" "8" "2019\-10\-21" "Yay v9.4+" "Yay Manual" .nh .ad l .SH NAME