Sfoglia il codice sorgente

set up new development version (again)

tags/v2.6.0-rc1
Shivaram Lingamneni 3 anni fa
parent
commit
1fad76b906
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      irc/version.go

+ 1
- 1
irc/version.go Vedi File

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

Loading…
Annulla
Salva