This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/main by this push:
new c7fcf88f chore(release): Version bump after release v0.1.13 (#686)
c7fcf88f is described below
commit c7fcf88f62b4b5c530f83828deb494acb1739a14
Author: Yaxing Cai <[email protected]>
AuthorDate: Fri Jul 31 09:02:22 2026 +0800
chore(release): Version bump after release v0.1.13 (#686)
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