Bump version to v1.3.15
This commit is contained in:
committed by
mergify[bot]
parent
c8f4bfca90
commit
24c60cf3db
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
||||
edition = "2018"
|
||||
name = "solana-scripts"
|
||||
description = "Blockchain, Rebuilt for Scale"
|
||||
version = "1.3.14"
|
||||
version = "1.3.15"
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
|
@@ -31,7 +31,7 @@ readCargoVariable() {
|
||||
}
|
||||
|
||||
# shellcheck disable=2207
|
||||
Cargo_tomls=($(find . -name Cargo.toml -not -path './web3.js/examples/*'))
|
||||
Cargo_tomls=($(find . -mindepth 2 -name Cargo.toml -not -path './web3.js/examples/*'))
|
||||
# shellcheck disable=2207
|
||||
markdownFiles=($(find . -name "*.md"))
|
||||
|
||||
|
Reference in New Issue
Block a user