Update version number and release notes (#2378)

Update the version number to 1.2.3 and update the release notes.
This commit is contained in:
Marcin Kolny
2023-08-22 01:55:36 +01:00
committed by GitHub
parent 59bedecc5e
commit 7f996a4559
2 changed files with 137 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 2
#define WAMR_VERSION_PATCH 3
#endif