diff --git a/cmd/dlv/main.go b/cmd/dlv/main.go index 81f7403e..9a8ce0d1 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.2.beta" +const version string = "0.4.0.beta" func init() { // We must ensure here that we are running on the same thread during