From 063ca06411c414aa43b392517dbf9f798e0ac84a Mon Sep 17 00:00:00 2001 From: DarthSim Date: Mon, 10 Dec 2018 15:13:01 +0600 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 778ae32c..754fb91e 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( _ "net/http/pprof" ) -const version = "2.1.2" +const version = "2.1.3" type ctxKey string