Skip to content

Commit 4f95e7f

Browse files
committed
fix: modify code comment about version
1 parent 2b427d9 commit 4f95e7f

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
@@ -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)