Skip to content

Commit c8ff500

Browse files
committed
fix: modify code comment about version
1 parent 1af6906 commit c8ff500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/src/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl ProtocolVersion {
149149
pub const V_2025_06_18: Self = Self(Cow::Borrowed("2025-06-18"));
150150
pub const V_2025_03_26: Self = Self(Cow::Borrowed("2025-03-26"));
151151
pub const V_2024_11_05: Self = Self(Cow::Borrowed("2024-11-05"));
152-
// Per review feedback, keep LATEST at 2025-03-26 until full 2025-06-18 compliance and automated testing are in place.
152+
// Keep LATEST at 2025-03-26 until full 2025-06-18 compliance and automated testing are in place.
153153
pub const LATEST: Self = Self::V_2025_03_26;
154154
}
155155

0 commit comments

Comments
 (0)