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