Browse Source

bump version for new development cycle

tags/v2.12.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
f6f7315458
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/version.go

+ 1
- 1
irc/version.go View File

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

Loading…
Cancel
Save