Bump version to v0.18.0

This commit is contained in:
Michael Vines
2019-08-25 23:08:55 -07:00
parent a863e82741
commit 6acfc2cf0f
70 changed files with 325 additions and 325 deletions

View File

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