1
2
3
4
5
const CLI_VERSION: &str = env!("CARGO_PKG_VERSION");

pub fn spacetimedb_lib_version() -> &'static str {
    CLI_VERSION
}