From 8702da330dff2ca89a69744402ec35ad0801f041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Fri, 21 Jun 2019 14:31:23 +0200 Subject: [PATCH] Bump VERSION --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 426b95e..857b791 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1363,7 +1363,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="19.04" +readonly VERSION="19.06" # Disable LANG* export LANG=C