From 5f78e8095cff2fda76fbeb793e514fb2285b5ffc Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Sun, 3 Mar 2024 01:15:56 +0200 Subject: [PATCH] New release v0.9.20240303 --- README.adoc | 4 ++-- app/gento | 2 +- app/install | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 89656bc..e3a1eaf 100644 --- a/README.adoc +++ b/README.adoc @@ -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 \ @@ -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 | diff --git a/app/gento b/app/gento index ef6b907..dd3f752 100755 --- a/app/gento +++ b/app/gento @@ -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 diff --git a/app/install b/app/install index 6d54913..dc58af6 100755 --- a/app/install +++ b/app/install @@ -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 \