diff --git a/Makefile b/Makefile index 62b7186c5..4eb97b9c2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PREFIX := /usr/local MAJORVERSION := 10 MINORVERSION := 2 -PATCHVERSION := 2 +PATCHVERSION := 3 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} LOCALEDIR := po diff --git a/config.go b/config.go index f7c64fc9a..2cb4e8327 100644 --- a/config.go +++ b/config.go @@ -20,7 +20,7 @@ const ( minimal ) -var yayVersion = "10.2.2" +var yayVersion = "10.2.3" var localePath = "/usr/share/locale"