Browse Source

Bumb version

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

+ 1 - 1
main.go

@@ -7,7 +7,7 @@ import (
 	_ "net/http/pprof"
 )
 
-const version = "2.0.0"
+const version = "2.0.1"
 
 type ctxKey string