This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
solana
/
core
/
src
/
version.rs
2 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
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
pub
(
crate
)
const
VERSION
:
&
str
=
env!
(
"
CARGO_PKG_VERSION
"
)
;
Reference in New Issue
Copy Permalink