chore(update): bump minor

This commit is contained in:
jguer 2021-06-03 22:02:23 +02:00
parent c922cb3509
commit 6e70e2a59d
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ PREFIX := /usr/local
MAJORVERSION := 10
MINORVERSION := 2
PATCHVERSION := 2
PATCHVERSION := 3
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
LOCALEDIR := po

View file

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