Release 19.08
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2019-08-30 14:22:07 +02:00 committed by Jérémy Lecour
parent 9de04f2b18
commit 6d63b62804
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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