Skip to content

Commit

Permalink
Merge pull request #11569 from sharifelgamal/1.21.0-beta.0
Browse files Browse the repository at this point in the history
fix makefile typo
  • Loading branch information
sharifelgamal committed Jun 3, 2021
2 parents 2f52e45 + c29e3ff commit 7fae6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7fae6ce

Please sign in to comment.