Bump version to 0.18.0-pre1

This commit is contained in:
Michael Vines
2019-08-05 15:11:44 -07:00
parent c7710fdd24
commit 14f6d5c82b
65 changed files with 296 additions and 296 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-budget-api"
version = "0.18.0-pre0"
version = "0.18.0-pre1"
description = "Solana Budget program API"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -16,10 +16,10 @@ num-derive = "0.2"
num-traits = "0.2"
serde = "1.0.98"
serde_derive = "1.0.98"
solana-sdk = { path = "../../sdk", version = "0.18.0-pre0" }
solana-sdk = { path = "../../sdk", version = "0.18.0-pre1" }
[dev-dependencies]
solana-runtime = { path = "../../runtime", version = "0.18.0-pre0" }
solana-runtime = { path = "../../runtime", version = "0.18.0-pre1" }
[lib]
crate-type = ["lib"]