Skip to content

Commit 678e735

Browse files
authored
Merge pull request kubernetes#539 from r2d4/0.9.0
Bump minikube to v0.9.0
2 parents e60faf0 + 99455e6 commit 678e735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
export GO15VENDOREXPERIMENT=1
1717

1818
# Bump these on release
19-
VERSION ?= v0.8.0
20-
DEB_VERSION ?= 0.8-0
19+
VERSION ?= v0.9.0
20+
DEB_VERSION ?= 0.9-0
2121

2222
GOOS ?= $(shell go env GOOS)
2323
GOARCH ?= $(shell go env GOARCH)

0 commit comments

Comments
 (0)