gemini-code-assist[bot] commented on code in PR #346: URL: https://github.com/apache/tvm-ffi/pull/346#discussion_r2624342281
########## 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 6 +#define TVM_FFI_VERSION_PATCH 7 Review Comment:  This version bump appears incomplete. Based on the project's versioning check script (`tests/lint/check_version.py`), the versions in the Rust crates (e.g., `rust/tvm-ffi/Cargo.toml`) also need to be updated to `0.1.7` to maintain consistency across the project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
