Skip to content

Commit

Permalink
Bump version number to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalch committed Feb 9, 2024
1 parent 1762339 commit 9a686bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.28.2/lonesnake && \
curl -sL -o ~/.local/bin/lonesnake https://github.com/pwalch/lonesnake/releases/download/0.29.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.28.2/lonesnake-kit && \
curl -sL -o ~/.local/bin/lonesnake-kit https://github.com/pwalch/lonesnake/releases/download/0.29.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.28.2"
readonly PROG_VERSION="0.29.0"

PROG_NAME="$(basename "$0")"
readonly PROG_NAME
Expand Down
2 changes: 1 addition & 1 deletion lonesnake-kit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -euo pipefail

PROG_NAME="$(basename "$0")"
readonly PROG_VERSION="0.28.2"
readonly PROG_VERSION="0.29.0"

readonly STANDALONE_DIRNAME=".lonesnake"

Expand Down

0 comments on commit 9a686bc

Please sign in to comment.