chore(makefile): tag smaller release

This commit is contained in:
jguer 2021-05-10 08:53:12 +02:00
parent c153631064
commit 4993e4dfbd
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ PKGNAME := yay
PREFIX := /usr/local
MAJORVERSION := 10
MINORVERSION := 3
PATCHVERSION := 0
MINORVERSION := 2
PATCHVERSION := 2
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
LOCALEDIR := po

View file

@ -20,7 +20,7 @@ const (
minimal
)
var yayVersion = "10.2.1"
var yayVersion = "10.2.2"
var localePath = "/usr/share/locale"