ソースを参照

bump version to 2.0.0-rc1

tags/v2.0.0-rc1^0
Shivaram Lingamneni 4年前
コミット
b4f720ae04
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      irc/constants.go

+ 1
- 1
irc/constants.go ファイルの表示

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 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 15
 var (

読み込み中…
キャンセル
保存