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 a78ef90 chore(release): Version bump after release v0.1.8 (#404)
a78ef90 is described below
commit a78ef906f37a086054bc52cf212630cfd76516fb
Author: Junru Shao <[email protected]>
AuthorDate: Mon Jan 12 06:28:58 2026 -0800
chore(release): Version bump after release v0.1.8 (#404)
https://github.com/apache/tvm-ffi/issues/403
---
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 4da0d4d..a5a581a 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 8
+#define TVM_FFI_VERSION_PATCH 9
// NOLINTEND(modernize-macro-to-enum)
#ifdef __cplusplus