Skip to content

Commit 8bece69

Browse files
committed
feat: release v0.9.20260404
1 parent e0c2545 commit 8bece69

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
@@ -163,7 +163,7 @@ Some operating systems demand administrative rights to install to
163163

164164
[,sh]
165165
----
166-
REL=0.9.20251111
166+
REL=0.9.20260404
167167
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
168168
curl --location --silent $SRC |
169169
tar \
@@ -192,7 +192,7 @@ You can try `shellbase` without installation:
192192
[,sh]
193193
----
194194
#!/bin/sh
195-
REL=0.9.20251111
195+
REL=0.9.20260404
196196
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
197197
eval "$(
198198
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_RC_CON_NO=14
4747
BASE_RC_CON_TO=13
4848
BASE_RC_DIE_NO=10
4949
BASE_SHOULD_CON=false
50-
BASE_VERSION=0.9.20260402
50+
BASE_VERSION=0.9.20260404
5151

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

0 commit comments

Comments
 (0)