Browse Source

bump version to 2.2.0

tags/v2.2.0
Shivaram Lingamneni 3 years ago
parent
commit
58be8463c9
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 Oragono.
10
-	SemVer = "2.2.0-rc1"
10
+	SemVer = "2.2.0"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save