VERSION

Constant VERSION 

Source
pub const VERSION: &str = "0.1.6";
Expand description

Crate version string for runtime logging and API responses.

§Example

println!("ReasonKit Core v{}", reasonkit::VERSION);