Skip to content

Commit 8c3093c

Browse files
committed
chore(release): v0.10.0
1 parent ac2598d commit 8c3093c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "sha_p2pool"
4-
version = "0.9.2"
4+
version = "0.10.0"
55

66
[dependencies]
77
anyhow = "1.0"

src/server/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pub mod grpc;
1212
pub mod http;
1313
pub mod p2p;
1414

15-
pub const PROTOCOL_VERSION: u64 = 20;
15+
pub const PROTOCOL_VERSION: u64 = 21;

0 commit comments

Comments
 (0)