This is an automated email from the ASF dual-hosted git repository.
diqiu50 pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 7b4be50a71 [MINOR] build: Update the version of fuse module (#6899)
7b4be50a71 is described below
commit 7b4be50a719e60444a576bd5ed456b86a59d32a2
Author: roryqi <[email protected]>
AuthorDate: Mon Apr 14 09:42:06 2025 +0800
[MINOR] build: Update the version of fuse module (#6899)
### What changes were proposed in this pull request?
Update the version of fuse module
### Why are the changes needed?
CI passed.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No need.
---
clients/filesystem-fuse/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/filesystem-fuse/Cargo.toml
b/clients/filesystem-fuse/Cargo.toml
index 29b9950242..47ba2e0fb8 100644
--- a/clients/filesystem-fuse/Cargo.toml
+++ b/clients/filesystem-fuse/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "filesystem-fuse"
-version = "0.8.0-incubating-SNAPSHOT"
+version = "0.9.0-incubating-SNAPSHOT"
rust-version = "1.75"
edition = "2021"