未验证 提交 42a9df48 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #6066 from tstromberg/v1.6.1

Version bump to v1.6.1
# Release Notes
## Version 1.6.1 - 2019-12-11
A special bugfix release to fix a Windows regression:
* lock names: Remove uid suffix & hash entire path [#6059](https://github.com/kubernetes/minikube/pull/6059)
## Version 1.6.0 - 2019-12-10
* Update default k8s version to v1.17.0 [#6042](https://github.com/kubernetes/minikube/pull/6042)
......
......@@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 6
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD}
VERSION ?= v$(RAW_VERSION)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册