Skip to content

Commit

Permalink
chore(makefile): tag smaller release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed May 10, 2021
1 parent c153631 commit 4993e4d
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 := 10
MINORVERSION := 3
PATCHVERSION := 0
MINORVERSION := 2
PATCHVERSION := 2
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}

LOCALEDIR := po
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
minimal
)

var yayVersion = "10.2.1"
var yayVersion = "10.2.2"

var localePath = "/usr/share/locale"

Expand Down

0 comments on commit 4993e4d

Please sign in to comment.