mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user