Skip to content

Commit

Permalink
Prepare new release 0.9.20241111
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Nov 11, 2024
1 parent f7c7560 commit 5c6d604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Some operating systems demands administrative rights to install to

[,sh]
----
REL=0.9.20240909
REL=0.9.20241111
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
tar \
Expand All @@ -163,7 +163,7 @@ You can try `shellbase` without installation:
[,sh]
----
#!/bin/sh
REL=0.9.20240909
REL=0.9.20241111
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
eval "$(
curl --location --silent $SRC |
Expand Down
2 changes: 1 addition & 1 deletion lib/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BASE_RC_CON_NO=14
BASE_RC_CON_TO=13
BASE_RC_DIE_NO=10
BASE_SHOULD_CON=false
BASE_VERSION=0.9.20240918
BASE_VERSION=0.9.20241111

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

0 comments on commit 5c6d604

Please sign in to comment.