Bump to version 0.12.1

This commit is contained in:
Derek Parker 2017-01-11 11:37:04 -08:00
parent 2fb8129fa0
commit 449b276fe1
2 changed files with 8 additions and 2 deletions

@ -5,7 +5,13 @@ This project adheres to Semantic Versioning.
All changes mention the author, unless contributed by me (@derekparker).
## [0.12.0-alpha] 2017-01-09
## [0.12.1] 2017-01-11
### Fixed
- Fixed version output format.
## [0.12.0] 2017-01-11
### Added

@ -13,7 +13,7 @@ type Version struct {
var (
// DelveVersion is the current version of Delve.
DelveVersion = Version{Major: "0", Minor: "12", Patch: "0", Metadata: ""}
DelveVersion = Version{Major: "0", Minor: "12", Patch: "1", Metadata: ""}
)
func (v Version) String() string {