chore(makefile): bumping up to v0.2.1

This commit is contained in:
Dario Tranchitella
2023-02-24 09:56:39 +01:00
parent d1c2fe020e
commit c8bdaf0aa2
+1 -1
View File
@@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.2.0
VERSION ?= 0.2.1
# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")