Merge pull request #11569 from sharifelgamal/1.21.0-beta.0

fix makefile typo
pull/11570/head v1.21.0-beta.0
Sharif Elgamal 2021-06-02 18:04:00 -07:00 committed by GitHub
commit 7fae6ced75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 20
VERSION_BUILD ?= 1-beta.0
VERSION_MINOR ?= 21
VERSION_BUILD ?= 0-beta.0
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)