Bump version to 0.8.1-alpha

This commit is contained in:
Derek Parker 2015-09-05 17:27:06 -05:00
parent af9e97b697
commit 1094c32f14
2 changed files with 6 additions and 1 deletions

@ -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