Bump Wasmtime to 7.0.0 (#5712)

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
This commit is contained in:
wasmtime-publish
2023-02-06 09:10:19 -06:00
committed by GitHub
parent 43022c862a
commit 482f541101
22 changed files with 119 additions and 109 deletions

View File

@@ -199,11 +199,11 @@
/**
* \brief Wasmtime version string.
*/
#define WASMTIME_VERSION "6.0.0"
#define WASMTIME_VERSION "7.0.0"
/**
* \brief Wasmtime major version number.
*/
#define WASMTIME_VERSION_MAJOR 6
#define WASMTIME_VERSION_MAJOR 7
/**
* \brief Wasmtime minor version number.
*/