Skip to content

Commit

Permalink
chore(update): bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jun 3, 2021
1 parent c922cb3 commit 6e70e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PREFIX := /usr/local

MAJORVERSION := 10
MINORVERSION := 2
PATCHVERSION := 2
PATCHVERSION := 3
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.2"
var yayVersion = "10.2.3"

var localePath = "/usr/share/locale"

Expand Down

0 comments on commit 6e70e2a

Please sign in to comment.