DarthSim hace 6 años
padre
commit
962b4c8f44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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