Update version number and release notes (#2103)

And restore the CI vsce publish and change the wamride publisher name.
This commit is contained in:
Wenyong Huang
2023-04-04 12:13:40 +08:00
committed by GitHub
parent 5fc48e3584
commit 6af87855b4
4 changed files with 192 additions and 159 deletions

View File

@ -7,5 +7,5 @@
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 1
#define WAMR_VERSION_MINOR 2
#define WAMR_VERSION_PATCH 0
#define WAMR_VERSION_PATCH 1
#endif