Skip to content

Commit 01dd3e8

Browse files
committed
revert: rollback LATEST protocol version to V_2025_03_26
1 parent 6867d5c commit 01dd3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp/src/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl ProtocolVersion {
146146
pub const V_2025_06_18: Self = Self(Cow::Borrowed("2025-06-18"));
147147
pub const V_2025_03_26: Self = Self(Cow::Borrowed("2025-03-26"));
148148
pub const V_2024_11_05: Self = Self(Cow::Borrowed("2024-11-05"));
149-
pub const LATEST: Self = Self::V_2025_06_18;
149+
pub const LATEST: Self = Self::V_2025_03_26;
150150
}
151151

152152
impl Serialize for ProtocolVersion {

0 commit comments

Comments
 (0)