Browse Source

bump to next development version

tags/v2.2.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
d4e24bbb26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/version.go

+ 1
- 1
irc/version.go View File

7
 
7
 
8
 const (
8
 const (
9
 	// SemVer is the semantic version of Oragono.
9
 	// SemVer is the semantic version of Oragono.
10
-	SemVer = "2.1.0"
10
+	SemVer = "2.2.0-unreleased"
11
 )
11
 )
12
 
12
 
13
 var (
13
 var (

Loading…
Cancel
Save