Skip to content

Commit 7a9f6a8

Browse files
authored
Merge pull request #23611 from troychiu/bump-version-1.39.0
Makefile: bump minikube version to 1.39.0
2 parents f03987b + b7fd8a5 commit 7a9f6a8

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)