chore(makefile): releasing v0.2.2

This commit is contained in:
Dario Tranchitella
2023-03-27 17:03:56 +02:00
parent a0cd4591a9
commit 21b01fae9d

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.1
VERSION ?= 0.2.2
# 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")