We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed6634 commit b4f720aCopy full SHA for b4f720a
irc/constants.go
@@ -9,7 +9,7 @@ import "fmt"
9
10
const (
11
// SemVer is the semantic version of Oragono.
12
- SemVer = "1.3.0-unreleased"
+ SemVer = "2.0.0-rc1"
13
)
14
15
var (
0 commit comments