Skip to content

Commit dacec20

Browse files
committed
release: v0.50.16
1 parent dcb94c2 commit dacec20

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you do not have [`go 1.22+`](https://go.dev/doc/install), [`Docker`](https://
2424

2525
```bash
2626
# Download the the Spawn repository
27-
git clone https://github.com/rollchains/spawn.git --depth=1 --branch v0.50.15
27+
git clone https://github.com/rollchains/spawn.git --depth=1 --branch v0.50.16
2828
cd spawn
2929

3030
# Install Spawn

docs/versioned_docs/version-v0.50.x/01-setup/02-install-spawn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Install Spawn from source.
1919

2020
```bash
2121
# Install from latest source
22-
git clone https://github.com/rollchains/spawn.git --depth 1 --branch v0.50.15 spawn_bin
22+
git clone https://github.com/rollchains/spawn.git --depth 1 --branch v0.50.16 spawn_bin
2323

2424
# Change to this directory
2525
cd spawn_bin

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# curl -sSL https://raw.githubusercontent.com/rollchains/spawn/release/v0.50/install.sh | bash
44
#
55

6-
VERSION=${1:-"v0.50.15"}
6+
VERSION=${1:-"v0.50.16"}
77
BASE_URL="https://github.com/rollchains/spawn/releases/download/$VERSION"
88

99
ARCH=$(uname -m)

scripts/bump_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bumps docs versions for spawn
22

3-
OLD_VERSION=v0.50.14
4-
NEW_VERSION=v0.50.15
3+
OLD_VERSION=v0.50.15
4+
NEW_VERSION=v0.50.16
55

66
findAndReplace() {
77
find . -type f -name "$1" -not -path "*node_modules*" -exec sed -i "$2" {} \;

0 commit comments

Comments
 (0)