Bump to version 0.12.1
This commit is contained in:
parent
2fb8129fa0
commit
449b276fe1
@ -5,7 +5,13 @@ This project adheres to Semantic Versioning.
|
|||||||
|
|
||||||
All changes mention the author, unless contributed by me (@derekparker).
|
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
|
### Added
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ type Version struct {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// DelveVersion is the current version of Delve.
|
// 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 {
|
func (v Version) String() string {
|
||||||
|
Loading…
Reference in New Issue
Block a user