diff --git a/CHANGELOG b/CHANGELOG index 277fc86..6dc8086 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,12 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec ### Fixed +## [19.08] - 2019-08-30 + +### Changed + +* better error messages for missing commands + ## [19.06] - 2019-06-21 ### Added diff --git a/evocheck.sh b/evocheck.sh index 5623da9..fe9dd49 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.06" +readonly VERSION="19.08" # Disable LANG* export LANG=C