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 3, 2024
1 parent 6d07759 commit 5f78e80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Therefore, it is necessary to use `sudo` before executing the `tar` command.

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

[,sh]
----
REL=0.9.20240202
REL=0.9.20240303
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.20240202 \
BASE_APP_VERSION=0.9.20240303 \
BASE_MIN_VERSION=0.9.20230606
. base.sh

Expand Down
2 changes: 1 addition & 1 deletion app/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readonly \
BASE_APP_VERSION=0.9.20240303 \
BASE_MIN_VERSION=0.9.20230606 \
DST=/usr/local/bin \
GOR=0.9.20240202 \
GOR=0.9.20240303 \
PKG="\
curl \
dci-ansible \
Expand Down

0 comments on commit 5f78e80

Please sign in to comment.