diff --git a/Cargo.lock b/Cargo.lock index 95dd7cf..b1e9d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "sha_p2pool" -version = "0.14.1" +version = "0.15.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7c25ba0..6a08a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "sha_p2pool" -version = "0.14.1" +version = "0.15.0" [dependencies] anyhow = "1.0" diff --git a/src/server/mod.rs b/src/server/mod.rs index ea0a8df..5b1b6f7 100644 --- a/src/server/mod.rs +++ b/src/server/mod.rs @@ -12,4 +12,4 @@ pub mod grpc; pub mod http; pub mod p2p; -pub const PROTOCOL_VERSION: u64 = 25; +pub const PROTOCOL_VERSION: u64 = 26;