Bump version to 0.22.4

This commit is contained in:
Michael Vines
2020-01-15 18:55:50 -07:00
parent 6f098e0145
commit 8c5f676df0
71 changed files with 342 additions and 342 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "0.22.3"
version = "0.22.4"
description = "Solana Merkle Tree"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -9,7 +9,7 @@ homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk = { path = "../sdk", version = "0.22.3" }
solana-sdk = { path = "../sdk", version = "0.22.4" }
[dev-dependencies]
hex = "0.4.0"