solana/core/src/version.rs
Tyera Eulberg 5b51bb27b6
Rpc to return software version (#5456)
* Add getSoftwareVersion rpc

* Add getSoftwareVersion to doc

* Rename to getVersion and return object

* Update jsonrpc-api.md
2019-08-07 20:06:27 -06:00

2 lines
60 B
Rust

pub(crate) const VERSION: &str = env!("CARGO_PKG_VERSION");