From 15b2fc6139d35e93d3568b27ea7531273268e377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 22 Sep 2019 22:39:44 +0200 Subject: [PATCH] Release 19.09 --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index fb5a73b..4a486ae 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.08" +readonly VERSION="19.09" # Disable LANG* export LANG=C