Bump version to 2.3.1 and update release notes (#4303)

This commit is contained in:
liang.he
2025-06-02 10:45:50 +08:00
committed by GitHub
parent 207da7b22f
commit 670aa83985
3 changed files with 34 additions and 2 deletions

View File

@ -18,7 +18,7 @@
/* clang-format off */
#define WAMR_VERSION_MAJOR 2
#define WAMR_VERSION_MINOR 3
#define WAMR_VERSION_PATCH 0
#define WAMR_VERSION_PATCH 1
/* clang-format on */
#endif