Skip to content

Commit

Permalink
New release v0.9.20231111
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Nov 11, 2023
1 parent 058fdff commit 6c67cf2
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 @@ -44,7 +44,7 @@ Therefore, it is necessary to use `sudo` before executing the `tar` command.

[,sh]
----
REL=0.9.20231010
REL=0.9.20231111
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
sudo tar \
Expand All @@ -60,7 +60,7 @@ script file {url-install}[`install`] as a process owned by the superuser:

[,sh]
----
REL=0.9.20231010
REL=0.9.20231111
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
sudo su -c eval -c "$(
curl --location --silent $SRC |
Expand Down
2 changes: 1 addition & 1 deletion app/gento
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BASE_APP_USAGE="$(
}
readonly \
BASE_APP_USAGE \
BASE_APP_VERSION=0.9.20230912 \
BASE_APP_VERSION=0.9.20231111 \
BASE_MIN_VERSION=0.9.20230606
. base.sh

Expand Down

0 comments on commit 6c67cf2

Please sign in to comment.