1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 06:57:53 +01:00

Bump verison in server.version

This commit is contained in:
Dagur Valberg Johannsson 2018-12-14 12:17:14 +01:00
parent 7e69eb8984
commit 8ad6d29caa

View file

@ -88,7 +88,7 @@ impl Connection {
}
fn server_version(&self) -> Result<Value> {
Ok(json!(["RustElectrum 0.1.0", "1.2"]))
Ok(json!(["RustElectrum 0.1.0", "1.4"]))
}
fn server_banner(&self) -> Result<Value> {