Skip to content

Commit 857396b

Browse files
committed
doc/installation: raise version
1 parent 9b09a16 commit 857396b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/02-Installation.md.d/From-Source.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
4141
You might want to use a script as follows for this task:
4242

4343
```shell
44-
MODULE_VERSION="1.10.1"
44+
MODULE_VERSION="1.10.2"
4545
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
4646
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
4747
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
6060
You might want to use a script as follows for this task:
6161

6262
```shell
63-
MODULE_VERSION="1.10.1"
63+
MODULE_VERSION="1.10.2"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

0 commit comments

Comments
 (0)