Skip to content

Commit 8146cca

Browse files
committed
Bump version number to 0.44.0
1 parent 4d7ffc7 commit 8146cca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sudo pacman -S --needed curl base-devel openssl zlib xz
5757

5858
```bash
5959
mkdir -p ~/.local/bin && \
60-
curl -sL -o ~/.local/bin/lonesnake https://raw.githubusercontent.com/pwalch/lonesnake/0.43.0/lonesnake && \
60+
curl -sL -o ~/.local/bin/lonesnake https://raw.githubusercontent.com/pwalch/lonesnake/0.44.0/lonesnake && \
6161
chmod u+x ~/.local/bin/lonesnake
6262
```
6363

@@ -365,7 +365,7 @@ Before using `lonesnake-kit`, make sure to read the instructions for vanilla `lo
365365

366366
```bash
367367
mkdir -p ~/.local/bin && \
368-
curl -sL -o ~/.local/bin/lonesnake-kit https://raw.githubusercontent.com/pwalch/lonesnake/0.43.0/helpers/lonesnake-kit && \
368+
curl -sL -o ~/.local/bin/lonesnake-kit https://raw.githubusercontent.com/pwalch/lonesnake/0.44.0/helpers/lonesnake-kit && \
369369
chmod u+x ~/.local/bin/lonesnake-kit
370370
```
371371

helpers/lonesnake-kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -euo pipefail
88

99
PROG_NAME="$(basename "$0")"
10-
readonly PROG_VERSION="0.43.0"
10+
readonly PROG_VERSION="0.44.0"
1111

1212
readonly STANDALONE_DIRNAME=".lonesnake"
1313

lonesnake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -euo pipefail
88

9-
readonly PROG_VERSION="0.43.0"
9+
readonly PROG_VERSION="0.44.0"
1010

1111
PROG_NAME="$(basename "$0")"
1212
readonly PROG_NAME

0 commit comments

Comments
 (0)