Skip to content

Commit 44b115a

Browse files
committed
Prepare new release 0.9.20250404
1 parent e632ee9 commit 44b115a

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

138138
[,sh]
139139
----
140-
REL=0.9.20241111
140+
REL=0.9.20250404
141141
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
142142
curl --location --silent $SRC |
143143
tar \
@@ -166,7 +166,7 @@ You can try `shellbase` without installation:
166166
[,sh]
167167
----
168168
#!/bin/sh
169-
REL=0.9.20241111
169+
REL=0.9.20250404
170170
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
171171
eval "$(
172172
curl --location --silent $SRC |

lib/base.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BASE_RC_CON_NO=14
5454
BASE_RC_CON_TO=13
5555
BASE_RC_DIE_NO=10
5656
BASE_SHOULD_CON=false
57-
BASE_VERSION=0.9.20250403
57+
BASE_VERSION=0.9.20250404
5858

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

0 commit comments

Comments
 (0)