Skip to content

Commit 1b5045c

Browse files
committedAug 7, 2023
New release v0.9.20230808
1 parent f234262 commit 1b5045c

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
@@ -112,7 +112,7 @@ Some operating systems demands administrative rights to install to
112112

113113
[,sh]
114114
----
115-
REL=0.9.20230707
115+
REL=0.9.20230808
116116
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
117117
curl --location --silent $SRC |
118118
tar \
@@ -139,7 +139,7 @@ You can try `shellbase` without installation:
139139
[,sh]
140140
----
141141
#!/bin/sh
142-
REL=0.9.20230707
142+
REL=0.9.20230808
143143
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
144144
eval "$(
145145
curl --location --silent $SRC |

‎lib/base.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ BASE_DIR_WIP=/tmp
4646
BASE_FORK_CNT=0
4747
BASE_KEEP_WIP=false
4848
BASE_QUIET=false
49-
BASE_VERSION=0.9.20230807
49+
BASE_VERSION=0.9.20230808
5050
BASE_YES_TO_CONT=false
5151

5252
# Removes any file besides mp3, m4a, flac in current directory. Removes empty

0 commit comments

Comments
 (0)