pub const TOOL_VERSION: &str = "1.0.0";Expand description
An internal string describing the server-side API version that we support.
Whenever we connect to a server (like luarocks.org), we ensure that these
two versions match (meaning we can safely communicate with the server).