Bump version to 1.0.0

This commit is contained in:
Michael Vines
2020-02-20 22:56:13 -07:00
parent d238371b0c
commit 48f58a88bc
81 changed files with 728 additions and 725 deletions

View File

@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-scripts"
description = "Blockchain, Rebuilt for Scale"
version = "0.24.0"
version = "1.0.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"

View File

@ -69,9 +69,12 @@ patch)
;;
major)
MAJOR=$((MAJOR+ 1))
MINOR=0
PATCH=0
;;
minor)
MINOR=$((MINOR+ 1))
PATCH=0
;;
dropspecial)
;;