Bump version to 0.5.0.beta

Notable changes:
* OS X support
* Pure Go readline library
* Fixes issues debugged cgo enabled programs
* Substantial refactoring / code cleanup

Fixes #3 #29 #70
This commit is contained in:
Derek Parker
2015-03-01 10:18:05 -06:00
parent 0e55c0cbcb
commit 5705013f73
2 changed files with 22 additions and 4 deletions

View File

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