Release 20.02.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jérémy Lecour 2020-02-27 11:35:34 +01:00 committed by Jérémy Lecour
parent 7961d599a3
commit 9158f4e0be
2 changed files with 7 additions and 3 deletions

View file

@ -7,8 +7,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Changed
* IS_EVOLINUXSUDOGROUP : improve sudoer directive detection
### Deprecated
### Removed
@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Security
## [20.02.1] - 2020-02-27
### Changed
* IS_EVOLINUXSUDOGROUP : improve sudoer directive detection
## [19.11.2] - 2019-11-07
### Changed

View file

@ -1460,7 +1460,7 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")")
# shellcheck disable=2124
readonly ARGS=$@
readonly VERSION="19.11.2"
readonly VERSION="20.02.1"
# Disable LANG*
export LANG=C