Skip to content

Commit

Permalink
New release v0.9.20240707
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Jul 7, 2024
1 parent 9f77956 commit a21b0b8
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.20240303
REL=0.9.20240707
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.20240303
REL=0.9.20240707
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.20240629
BASE_VERSION=0.9.20240707
BASE_YES_TO_CONT=false

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

0 comments on commit a21b0b8

Please sign in to comment.