diff --git a/cmd/dlv/main.go b/cmd/dlv/main.go index 5c368dd150a220da16c2a1f62c7b669ed0a9332a..81f7403e9e8fa380357c9cc7538b59f6ba40b25b 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