Revert "Revert "Bump version to 0.18.0-pre1""

This reverts commit 42c7d57fc0.
This commit is contained in:
Michael Vines
2019-08-05 15:55:13 -07:00
parent 42c7d57fc0
commit dd4640e1ed
65 changed files with 296 additions and 296 deletions

View File

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