Explorar el Código

bump version for 2.7.0-rc1

tags/v2.7.0-rc1^0
Shivaram Lingamneni hace 3 años
padre
commit
b81757d273
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      irc/version.go

+ 1
- 1
irc/version.go Ver fichero

@@ -7,7 +7,7 @@ import "fmt"
7 7
 
8 8
 const (
9 9
 	// SemVer is the semantic version of Ergo.
10
-	SemVer = "2.7.0-unreleased"
10
+	SemVer = "2.7.0-rc1"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancelar
Guardar