From 3ef568fa5cdbb0e9b13cc2faaa706e4a7fef125b Mon Sep 17 00:00:00 2001 From: DarthSim Date: Thu, 25 Oct 2018 22:26:25 +0600 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bcdb4bf2..5d8589c8 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( _ "net/http/pprof" ) -const version = "2.0.1" +const version = "2.0.2" type ctxKey string