Release 2.6.0

This commit is contained in:
Jérémy Lecour 2020-10-07 20:51:29 +02:00 committed by Jérémy Lecour
parent c1fbe6394f
commit 2ad1032f9d
2 changed files with 8 additions and 4 deletions

View File

@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* bkctld: add a [-V|--version] option to display release number
* bkctld: add a [-h|--help|-?] option to display help message
### Changed
### Deprecated
@ -21,6 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
## [2.6.0] - 2020-10-07
### Added
* bkctld: add a [-V|--version] option to display release number
* bkctld: add a [-h|--help|-?] option to display help message
## [2.5.1] - 2020-10-07
### Changed

View File

@ -6,7 +6,7 @@
[ -f /etc/default/bkctld ] && . /etc/default/bkctld
# shellcheck disable=SC2034
VERSION="2.5.1"
VERSION="2.6.0"
LIBDIR=${LIBDIR:-/usr/lib/bkctld}
CONFDIR="${CONFDIR:-/etc/evobackup}"