This is an automated email from the ASF dual-hosted git repository. cyx-6 pushed a commit to branch 2026-07-26/ver-bump in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
commit b27df5c0914e97d905821f609be3aa035ee90c00 Author: Yaxing Cai <[email protected]> AuthorDate: Sun Jul 26 01:33:37 2026 +0800 chore(release): Version bump after release v0.1.13 --- include/tvm/ffi/c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/ffi/c_api.h b/include/tvm/ffi/c_api.h index 9f2a6f7e..5077e16f 100644 --- a/include/tvm/ffi/c_api.h +++ b/include/tvm/ffi/c_api.h @@ -62,7 +62,7 @@ /*! \brief TVM FFI minor version. */ #define TVM_FFI_VERSION_MINOR 1 /*! \brief TVM FFI patch version. */ -#define TVM_FFI_VERSION_PATCH 13 +#define TVM_FFI_VERSION_PATCH 14 // NOLINTEND(modernize-macro-to-enum) #ifdef __cplusplus
