pub const USER_AGENT: &str = "SocketPatchCLI/3.2.0";Expand description
User-Agent header value for API requests.
The version segment is derived from the crate version at compile time so it
tracks the published release (currently 3.x) instead of drifting from a
hardcoded literal. Server-side analytics and any minimum-version gating rely
on this reporting the real version.