Skip to content

Commit

Permalink
chore: v0.50.11 (#276)
Browse files Browse the repository at this point in the history
* bumps: no sdk fork change though

* bump to `v0.50.11`

* fix: comment
  • Loading branch information
Reecepbcups authored Feb 19, 2025
1 parent 8d70d45 commit 1bf01a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you do not have [`go 1.22+`](https://go.dev/doc/install), [`Docker`](https://

```bash
# Download the the Spawn repository
git clone https://github.com/rollchains/spawn.git --depth=1 --branch v0.50.10
git clone https://github.com/rollchains/spawn.git --depth=1 --branch v0.50.11
cd spawn

# Install Spawn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install Spawn from source.

```bash
# Install from latest source
git clone https://github.com/rollchains/spawn.git --depth 1 --branch v0.50.10
git clone https://github.com/rollchains/spawn.git --depth 1 --branch v0.50.11

# Change to this directory
cd spawn
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# curl -sSL https://raw.githubusercontent.com/rollchains/spawn/release/v0.50/install.sh | bash
#

VERSION=${1:-"v0.50.10"}
VERSION=${1:-"v0.50.11"}
BASE_URL="https://github.com/rollchains/spawn/releases/download/$VERSION"

ARCH=$(uname -m)
Expand Down
4 changes: 2 additions & 2 deletions scripts/bump_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bumps docs versions for spawn

OLD_VERSION=v0.50.9
NEW_VERSION=v0.50.10
OLD_VERSION=v0.50.10
NEW_VERSION=v0.50.11

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

0 comments on commit 1bf01a5

Please sign in to comment.