1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 20:36:24 +00:00

chore(version): small patching to version

This commit is contained in:
jguer 2022-02-06 10:06:31 +01:00
parent 712665e531
commit c5bea07f64
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 := 0
PATCHVERSION := 0
MINORVERSION := 1
PATCHVERSION := 1
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.0.1" // To be set by compiler.
yayVersion = "11.1.1" // To be set by compiler.
localePath = "/usr/share/locale" // To be set by compiler.
)