From b66ebf5dec01b97a998e69c199b5eca047482b3b Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 1 Jun 2018 17:10:37 -0600 Subject: [PATCH] Version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 909b0b4a1..1a0e31dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solana" -description = "The World's Fastest Blockchain" -version = "0.6.0-beta.1" +description = "Blockchain Rebuilt for Scale" +version = "0.6.0" documentation = "https://docs.rs/solana" homepage = "http://solana.com/" repository = "https://github.com/solana-labs/solana"