opencode_codes/version.rs
1//! Tested-against pin, machine-readable.
2
3/// The opencode release this crate's live suite last passed against —
4/// also asserted at runtime by the integration tests against the server's
5/// reported version. Kept in lockstep with the README by CI.
6pub fn tested_cli_version() -> &'static str {
7 "1.18.30"
8}