Skip to content

Commit 33889af

Browse files
committed
feat: new release v0.9.20251010
1 parent 6da5790 commit 33889af

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

162162
[,sh]
163163
----
164-
REL=0.9.20250808
164+
REL=0.9.20251010
165165
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
166166
curl --location --silent $SRC |
167167
tar \
@@ -190,7 +190,7 @@ You can try `shellbase` without installation:
190190
[,sh]
191191
----
192192
#!/bin/sh
193-
REL=0.9.20250808
193+
REL=0.9.20251010
194194
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
195195
eval "$(
196196
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.20251002
49+
BASE_VERSION=0.9.20251010
5050

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

0 commit comments

Comments
 (0)