We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5160d3 + ee1b6c7 commit 5196567Copy full SHA for 5196567
mk/main.mk
@@ -18,7 +18,7 @@ CFG_RELEASE_NUM=1.15.0
18
# An optional number to put after the label, e.g. '.2' -> '-beta.2'
19
# NB Make sure it starts with a dot to conform to semver pre-release
20
# versions (section 9)
21
-CFG_PRERELEASE_VERSION=.1
+CFG_PRERELEASE_VERSION=.2
22
23
ifeq ($(CFG_RELEASE_CHANNEL),stable)
24
# This is the normal semver version string, e.g. "0.12.0", "0.12.0-nightly"
0 commit comments