From cf672154fe5c21aa6bdd9423514f8b5149c7eb69 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 16 Jan 2015 15:50:32 -0600 Subject: [PATCH] Micro version bump --- 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 4871ecea..5c368dd1 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.0.beta" +const version string = "0.3.1.beta" func init() { // We must ensure here that we are running on the same thread during