From 9da0aae96a2f890a38bba1efa48351ba9c8cbf97 Mon Sep 17 00:00:00 2001 From: Kevin Stock Date: Thu, 12 May 2016 22:40:48 -0700 Subject: [PATCH] Bumps version number to 0.3.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8572d9f..8008814 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) const ( - Version = "0.3.1" + Version = "0.3.2" ) type httpHandleFunc func(w http.ResponseWriter, r *http.Request)