We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1829e commit 1856442Copy full SHA for 1856442
Makefile
@@ -3,7 +3,7 @@
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
-VERSION ?= 0.1.20
+VERSION ?= 0.1.21
7
8
# CHANNELS define the bundle channels used in the bundle.
9
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
0 commit comments