Update version number to 1.3.1 and update release notes (#2999)

This commit is contained in:
Wenyong Huang
2024-01-12 11:31:01 +08:00
committed by GitHub
parent 3198018214
commit 17e3bf255c
2 changed files with 71 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 0
#define WAMR_VERSION_PATCH 1
#endif