Browse Source

set up new development version

pull/2127/head
Shivaram Lingamneni 2 months ago
parent
commit
6b7bfe0c09
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.13.0"
10
+	SemVer = "2.14.0-unreleased"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save