Update version number to 1.3.2 and update release notes (#3083)

This commit is contained in:
Wenyong Huang
2024-02-01 12:42:12 +08:00
committed by GitHub
parent edc3643909
commit b3f728ceb3
2 changed files with 76 additions and 1 deletions

View File

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