doc/installation: raise version to v1.10.1

This commit is contained in:
Thomas Gelf 2022-10-07 12:59:28 +02:00
parent 3b7a7ed367
commit 5aca652355
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ and extract it to a folder named `director` in one of your Icinga Web 2 module p
You might want to use a script as follows for this task:
```shell
MODULE_VERSION="1.10.0"
MODULE_VERSION="1.10.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@ -123,7 +123,7 @@ Just clone the repository to one of your Icinga Web 2 module path directories.
It will be immediately ready for use:
```shell
MODULE_VERSION="1.10.0"
MODULE_VERSION="1.10.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"