Update version number and release notes (#2213)

This commit is contained in:
Wenyong Huang
2023-05-16 12:39:22 +08:00
committed by GitHub
parent 1e5f206464
commit f69ff70587
2 changed files with 40 additions and 1 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 1
#define WAMR_VERSION_PATCH 2
#endif