Skip to content

Commit

Permalink
Bump version number to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalch committed Aug 19, 2024
1 parent acd1ef4 commit 4ef8371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sudo pacman -S --needed curl base-devel openssl zlib xz

```bash
mkdir -p ~/.local/bin && \
curl -sL -o ~/.local/bin/lonesnake https://github.com/pwalch/lonesnake/releases/download/0.32.0/lonesnake && \
curl -sL -o ~/.local/bin/lonesnake https://github.com/pwalch/lonesnake/releases/download/0.33.0/lonesnake && \
chmod u+x ~/.local/bin/lonesnake
```

Expand Down Expand Up @@ -369,7 +369,7 @@ Before using `lonesnake-kit`, make sure to read the instructions for vanilla `lo

```bash
mkdir -p ~/.local/bin && \
curl -sL -o ~/.local/bin/lonesnake-kit https://github.com/pwalch/lonesnake/releases/download/0.32.0/lonesnake-kit && \
curl -sL -o ~/.local/bin/lonesnake-kit https://github.com/pwalch/lonesnake/releases/download/0.33.0/lonesnake-kit && \
chmod u+x ~/.local/bin/lonesnake-kit
```

Expand Down
2 changes: 1 addition & 1 deletion lonesnake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set -euo pipefail

readonly PROG_VERSION="0.32.0"
readonly PROG_VERSION="0.33.0"

PROG_NAME="$(basename "$0")"
readonly PROG_NAME
Expand Down

0 comments on commit 4ef8371

Please sign in to comment.