Explorar el Código

chore(update): bump minor

jguer hace 3 años
padre
commit
6e70e2a59d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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"