bump minor

This commit is contained in:
jguer 2022-06-17 10:01:53 +02:00
parent 5439229c7d
commit 70a9765854
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 := 11
MINORVERSION := 1
PATCHVERSION := 1
MINORVERSION := 2
PATCHVERSION := 0
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
LOCALEDIR := po

View file

@ -3,7 +3,7 @@ package main
import "github.com/Jguer/yay/v11/pkg/settings"
var (
yayVersion = "11.1.1" // To be set by compiler.
yayVersion = "11.2.0" // To be set by compiler.
localePath = "/usr/share/locale" // To be set by compiler.
)