Browse Source

bump to 1.1.0-rc1

tags/v1.1.0-rc1^0
Shivaram Lingamneni 5 years ago
parent
commit
60d5586099
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 = "1.1.0-unreleased"
12
+	SemVer = "1.1.0-rc1"
13 13
 )
14 14
 
15 15
 var (

Loading…
Cancel
Save