* Add getSoftwareVersion rpc * Add getSoftwareVersion to doc * Rename to getVersion and return object * Update jsonrpc-api.md
2 lines
60 B
Rust
2 lines
60 B
Rust
pub(crate) const VERSION: &str = env!("CARGO_PKG_VERSION");
|