Browse Source

chore(update): bump minor

jguer 3 years atrás
parent
commit
6e70e2a59d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      config.go

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ PREFIX := /usr/local
 
 MAJORVERSION := 10
 MINORVERSION := 2
-PATCHVERSION := 2
+PATCHVERSION := 3
 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
 
 LOCALEDIR := po

+ 1 - 1
config.go

@@ -20,7 +20,7 @@ const (
 	minimal
 )
 
-var yayVersion = "10.2.2"
+var yayVersion = "10.2.3"
 
 var localePath = "/usr/share/locale"