Browse Source

bump version to 2.0.0-rc1

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

+ 1
- 1
irc/constants.go View File

9
 
9
 
10
 const (
10
 const (
11
 	// SemVer is the semantic version of Oragono.
11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "1.3.0-unreleased"
12
+	SemVer = "2.0.0-rc1"
13
 )
13
 )
14
 
14
 
15
 var (
15
 var (

Loading…
Cancel
Save