Browse Source

bump version to 2.0.0

tags/v2.0.0^0
Shivaram Lingamneni 4 years ago
parent
commit
8fd326fd33
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/constants.go

+ 1
- 1
irc/constants.go View File

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "2.0.0-rc1"
12
+	SemVer = "2.0.0"
13 13
 )
14 14
 
15 15
 var (

Loading…
Cancel
Save