From 6c67cf2dfecba1c827c941be321c762c5ea2a339 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Sat, 11 Nov 2023 21:36:04 +0200 Subject: [PATCH] New release v0.9.20231111 --- README.adoc | 4 ++-- app/gento | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index d271a65..bda35f4 100644 --- a/README.adoc +++ b/README.adoc @@ -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 \ @@ -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 | diff --git a/app/gento b/app/gento index 8a4a45c..57de1e6 100755 --- a/app/gento +++ b/app/gento @@ -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