Browse Source

Bump version

DarthSim 6 years ago
parent
commit
962b4c8f44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

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