mirror of
https://github.com/Jguer/yay.git
synced 2025-12-08 00:05:04 -05:00
Bump version
This commit is contained in:
parent
d34a84204a
commit
fd9a62ddb8
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ PREFIX := /usr/local
|
|||||||
DESTDIR :=
|
DESTDIR :=
|
||||||
|
|
||||||
MAJORVERSION := 9
|
MAJORVERSION := 9
|
||||||
MINORVERSION ?= 2
|
MINORVERSION ?= 3
|
||||||
PATCHVERSION := 1
|
PATCHVERSION := 1
|
||||||
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
|
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
|
||||||
|
|
||||||
|
|||||||
@ -79,7 +79,7 @@ type Configuration struct {
|
|||||||
UseAsk bool `json:"useask"`
|
UseAsk bool `json:"useask"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var version = "9.2.1"
|
var version = "9.3.1"
|
||||||
|
|
||||||
// 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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user