Skip to content

Commit a2422e8

Browse files
committed
New release v0.9.20240202
1 parent 0b8bc10 commit a2422e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Some operating systems demands administrative rights to install to
134134

135135
[,sh]
136136
----
137-
REL=0.9.20231212
137+
REL=0.9.20240202
138138
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
139139
curl --location --silent $SRC |
140140
tar \
@@ -161,7 +161,7 @@ You can try `shellbase` without installation:
161161
[,sh]
162162
----
163163
#!/bin/sh
164-
REL=0.9.20231212
164+
REL=0.9.20240202
165165
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
166166
eval "$(
167167
curl --location --silent $SRC |

lib/base.sh

+1-1
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.20240128
50+
BASE_VERSION=0.9.20240202
5151
BASE_YES_TO_CONT=false
5252

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

0 commit comments

Comments
 (0)