Skip to content

Commit d6494e8

Browse files
committed
chore: update meta raft-protocol version
1 parent 131b39b commit d6494e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meta/service/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub(crate) mod raft {
8686
add_provide(("append", 0), "2023-02-16", (0, 9, 41)),
8787
add_provide(("install_snapshot", 3), "2024-07-02", (1, 2, 552)),
8888
add_provide(("vote", 1), "2025-07-20", (1, 2, 777)),
89-
add_provide(("install_snapshot", 4), "2025-xx-xx", (1, 2, 0)), // TODO: update date and version when merged
89+
add_provide(("install_snapshot", 4), "2025-09-24", (1, 2, 818)),
9090
];
9191

9292
/// The client features that raft server depends on.

0 commit comments

Comments
 (0)