Bump minor version

This commit is contained in:
Derek Parker 2015-02-04 19:23:40 -06:00
parent 4d88d9ed8d
commit 19c62d02fc

@ -9,7 +9,7 @@ import (
"github.com/derekparker/delve/client/cli" "github.com/derekparker/delve/client/cli"
) )
const version string = "0.3.2.beta" const version string = "0.4.0.beta"
func init() { func init() {
// We must ensure here that we are running on the same thread during // We must ensure here that we are running on the same thread during