This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 036fe7668d81a02a9dc32cc18c31a8d74ee6fa4a Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Sun Feb 16 15:19:17 2025 +0900 toywasm: regen for v66.0.0 ``` REF=b0e100a4ebd666f02b2bb9222d402a9f399a740b ./regen.sh ``` Signed-off-by: YAMAMOTO Takashi <yamam...@midokura.com> --- interpreters/toywasm/include/toywasm_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/toywasm/include/toywasm_version.h b/interpreters/toywasm/include/toywasm_version.h index c069030f5..b2f1cc77a 100644 --- a/interpreters/toywasm/include/toywasm_version.h +++ b/interpreters/toywasm/include/toywasm_version.h @@ -23,6 +23,6 @@ #if !defined(_TOYWASM_VERSION_H) #define _TOYWASM_VERSION_H -#define TOYWASM_VERSION "v65.0.0" +#define TOYWASM_VERSION "v66.0.0" #endif /* !defined(_TOYWASM_VERSION_H) */