diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 60b29c5d4..bea85a74f 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore jsonrpc" name = "ethcore-rpc" -version = "0.1.0" +version = "0.9.0" license = "GPL-3.0" authors = ["Ethcore Result { match params { - //Params::None => Ok(Value::String("parity/0.1.0/-/rust1.7-nightly".to_owned())), - Params::None => Ok(Value::String("surprise/0.1.0/surprise/surprise".to_owned())), + Params::None => Ok(Value::String(format!("Parity/{}/{}-{}-{}", env!("CARGO_PKG_VERSION"), Target::arch(), Target::env(), Target::os()))), _ => Err(Error::invalid_params()) } }