Skip to content

Commit

Permalink
New release v0.9.20240202
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 1, 2024
1 parent 0b8bc10 commit a2422e8
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 @@ -134,7 +134,7 @@ Some operating systems demands administrative rights to install to

[,sh]
----
REL=0.9.20231212
REL=0.9.20240202
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
tar \
Expand All @@ -161,7 +161,7 @@ You can try `shellbase` without installation:
[,sh]
----
#!/bin/sh
REL=0.9.20231212
REL=0.9.20240202
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.20240128
BASE_VERSION=0.9.20240202
BASE_YES_TO_CONT=false

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

0 comments on commit a2422e8

Please sign in to comment.