From 698dff5828d4cdc295ed765ddd416f0434694ac5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 16 Oct 2019 15:38:47 +0200 Subject: [PATCH] Update version in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19cab0c..5a184b6 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ This module ships the new Icinga PHP library. Please download the latest release and install it like any other module. > **HINT**: Do NOT install the GIT master, it will not work! Checking out a -> branch like `stable/0.3.0` or a tag like `v0.3.0` is fine. +> branch like `stable/0.4.0` or a tag like `v0.4.0` is fine. Sample Tarball installation --------------------------- ```sh MODULE_NAME=ipl -MODULE_VERSION=v0.3.0 +MODULE_VERSION=v0.4.0 MODULES_PATH="/usr/share/icingaweb2/modules" MODULE_PATH="${MODULES_PATH}/${MODULE_NAME}" RELEASES="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}/archive" @@ -27,7 +27,7 @@ Sample GIT installation ```sh MODULE_NAME=ipl -MODULE_VERSION=v0.3.0 +MODULE_VERSION=v0.4.0 REPO="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}" MODULES_PATH="/usr/share/icingaweb2/modules" git clone ${REPO} "${MODULES_PATH}/${MODULE_NAME}" --branch "${MODULE_VERSION}" @@ -47,4 +47,4 @@ Developer Documentation e.g. - ./bin/make-release.sh 0.3.0 + ./bin/make-release.sh 0.5.0