pub const VERSION: &str = "1.5.2";Expand description
Library version string.
This constant provides the current version of the SubX library,
automatically populated from Cargo.toml at compile time.
ยงExamples
use subx_cli::VERSION;
println!("SubX version: {}", VERSION);