Skip to content

Commit

Permalink
bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jun 17, 2022
1 parent 5439229 commit 70a9765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
)

Expand Down

0 comments on commit 70a9765

Please sign in to comment.