From 96a41a16c0208711aa83432ec16e0ba0948ccfb6 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 25 Oct 2019 13:15:08 +0200 Subject: [PATCH] Release 19.10 --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index b576910..8cd2553 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1446,7 +1446,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.09" +readonly VERSION="19.10" # Disable LANG* export LANG=C