This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a commit to branch 2026-04-07/ver-bump
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git

commit 0856f911a36fc2cfddf54b6eb7a1bc390f1ea0e2
Author: Junru Shao <[email protected]>
AuthorDate: Tue Apr 7 12:35:41 2026 -0700

    chore(release): Version bump after release v0.1.10
---
 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 0aa0157..9a967c2 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 10
+#define TVM_FFI_VERSION_PATCH 11
 // NOLINTEND(modernize-macro-to-enum)
 
 #ifdef __cplusplus

Reply via email to