Constant VERSION

Source
pub const VERSION: &str = "0.10.0";
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);