Skip to content

Commit

Permalink
New release v0.9.20240303
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Mar 2, 2024
1 parent 2ad860f commit 1b930d1
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 @@ -137,7 +137,7 @@ Some operating systems demands administrative rights to install to

[,sh]
----
REL=0.9.20240202
REL=0.9.20240303
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
tar \
Expand All @@ -164,7 +164,7 @@ You can try `shellbase` without installation:
[,sh]
----
#!/bin/sh
REL=0.9.20240202
REL=0.9.20240303
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 @@ -47,7 +47,7 @@ BASE_DIR_WIP=/tmp
BASE_FORK_CNT=0
BASE_KEEP_WIP=false
BASE_QUIET=false
BASE_VERSION=0.9.20240302
BASE_VERSION=0.9.20240303
BASE_YES_TO_CONT=false

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

0 comments on commit 1b930d1

Please sign in to comment.