Skip to content

Commit 52d1c54

Browse files
committed
New release v0.9.20231212
1 parent 30e41d4 commit 52d1c54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Therefore, it is necessary to use `sudo` before executing the `tar` command.
4444

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

6161
[,sh]
6262
----
63-
REL=0.9.20231111
63+
REL=0.9.20231212
6464
SRC=https://github.com/rdavid/gento/archive/refs/tags/v$REL.tar.gz
6565
sudo su -c eval -c "$(
6666
curl --location --silent $SRC |

app/gento

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BASE_APP_USAGE="$(
2020
}
2121
readonly \
2222
BASE_APP_USAGE \
23-
BASE_APP_VERSION=0.9.20231111 \
23+
BASE_APP_VERSION=0.9.20231212 \
2424
BASE_MIN_VERSION=0.9.20230606
2525
. base.sh
2626

app/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readonly \
88
BASE_APP_VERSION=0.9.20231212 \
99
BASE_MIN_VERSION=0.9.20230606 \
1010
DST=/usr/local/bin \
11-
GOR=0.9.20231111 \
11+
GOR=0.9.20231212 \
1212
PKG="\
1313
curl \
1414
dci-ansible \

0 commit comments

Comments
 (0)