Skip to content

Commit b7fd8a5

Browse files
troychiunirs
authored andcommitted
Makefile: bump minikube version to 1.39.0
1 parent 5c0adc4 commit b7fd8a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 38
18-
VERSION_BUILD ?= 1
17+
VERSION_MINOR ?= 39
18+
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)