Bump version to 0.8.1-alpha
This commit is contained in:
parent
af9e97b697
commit
1094c32f14
@ -5,6 +5,11 @@ This project adheres to Semantic Versioning.
|
||||
|
||||
All changes mention the author, unless contributed by me (@derekparker).
|
||||
|
||||
## [0.8.1-alpha] 2015-09-05
|
||||
|
||||
### Fixed
|
||||
- OSX: Fix error setting breakpoint upon Delve startup.
|
||||
|
||||
## [0.8.0-alpha] 2015-09-05
|
||||
|
||||
### Added
|
||||
|
||||
@ -21,7 +21,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const version string = "0.8.0-alpha"
|
||||
const version string = "0.8.1-alpha"
|
||||
|
||||
var (
|
||||
Log bool
|
||||
|
||||
Loading…
Reference in New Issue
Block a user