提交 449b276f 编写于 作者: D Derek Parker

Bump to version 0.12.1

上级 2fb8129f
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册