Upgrade version number to 1.1.1 (#1609)

This commit is contained in:
Wenyong Huang
2022-10-18 09:31:27 +08:00
committed by GitHub
parent 3fe441844c
commit dc4dcc3d6f
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 1
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 0
#define WAMR_VERSION_PATCH 1
#endif