Bump version to 0.17.1

This commit is contained in:
Michael Vines
2019-08-01 07:48:42 -07:00
parent 54ff4529b1
commit beb8e89bf4
65 changed files with 295 additions and 295 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-merkle-tree"
version = "0.17.0"
version = "0.17.1"
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.17.0" }
solana-sdk = { path = "../sdk", version = "0.17.1" }
[dev-dependencies]
hex = "0.3.2"