From b0ba87e5e1ef4b44fe63e10dc1764d930cca73d7 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Mon, 26 Jan 2015 15:13:27 -0600 Subject: [PATCH] Bump micro version --- cmd/dlv/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dlv/main.go b/cmd/dlv/main.go index 5c368dd1..81f7403e 100644 --- a/cmd/dlv/main.go +++ b/cmd/dlv/main.go @@ -9,7 +9,7 @@ import ( "github.com/derekparker/delve/client/cli" ) -const version string = "0.3.1.beta" +const version string = "0.3.2.beta" func init() { // We must ensure here that we are running on the same thread during -- GitLab