From 28088a12a0cee6b53096e2720aecbf47366d67b3 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Thu, 25 Oct 2018 22:49:51 +0600 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7b7e67d9..58e5fef2 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( _ "net/http/pprof" ) -const version = "2.0.2" +const version = "2.1.0.beta1" type ctxKey string