mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
Bump version for release. 9.4.0
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user