Skip to content

Commit c00d940

Browse files
committed
feat: new release v0.9.20251111
1 parent 26ccfa3 commit c00d940

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

165165
[,sh]
166166
----
167-
REL=0.9.20251010
167+
REL=0.9.20251111
168168
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
169169
curl --location --silent $SRC |
170170
tar \
@@ -193,7 +193,7 @@ You can try `shellbase` without installation:
193193
[,sh]
194194
----
195195
#!/bin/sh
196-
REL=0.9.20251010
196+
REL=0.9.20251111
197197
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
198198
eval "$(
199199
curl --location --silent $SRC |

lib/base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ BASE_RC_CON_NO=14
4646
BASE_RC_CON_TO=13
4747
BASE_RC_DIE_NO=10
4848
BASE_SHOULD_CON=false
49-
BASE_VERSION=0.9.20251027
49+
BASE_VERSION=0.9.20251111
5050

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

0 commit comments

Comments
 (0)