From a76565dd2dac2467bffd0f3b8369e6c0013a7229 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 25 Apr 2019 12:01:28 +0200 Subject: [PATCH] Version 19.04 --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index f0cf1ce..6e9985f 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1343,7 +1343,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="0.14.0.beta2" +readonly VERSION="19.04" # Disable LANG* export LANG=C