瀏覽代碼

Bump version

DarthSim 7 年之前
父節點
當前提交
962b4c8f44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -8,7 +8,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.1.0.beta2"
+const version = "2.1.0.rc1"
 
 type ctxKey string