Skip to content

Commit 1b930d1

Browse files
committed
New release v0.9.20240303
1 parent 2ad860f commit 1b930d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Some operating systems demands administrative rights to install to
137137

138138
[,sh]
139139
----
140-
REL=0.9.20240202
140+
REL=0.9.20240303
141141
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
142142
curl --location --silent $SRC |
143143
tar \
@@ -164,7 +164,7 @@ You can try `shellbase` without installation:
164164
[,sh]
165165
----
166166
#!/bin/sh
167-
REL=0.9.20240202
167+
REL=0.9.20240303
168168
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
169169
eval "$(
170170
curl --location --silent $SRC |

lib/base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ BASE_DIR_WIP=/tmp
4747
BASE_FORK_CNT=0
4848
BASE_KEEP_WIP=false
4949
BASE_QUIET=false
50-
BASE_VERSION=0.9.20240302
50+
BASE_VERSION=0.9.20240303
5151
BASE_YES_TO_CONT=false
5252

5353
# Removes any file besides mp3, m4a, flac in the current directory.

0 commit comments

Comments
 (0)