From 6ee9a750b21659cd1cff38eecb5ddb4097156108 Mon Sep 17 00:00:00 2001 From: Jake Omann Date: Thu, 14 Oct 2021 15:52:38 -0500 Subject: [PATCH] Update version to 2.0.5 --- README.md | 4 ++-- server/includes/constants.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9840676..7613d17 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Download the latest tarball and extract to start the install: ``` cd /tmp -wget https://github.com/NagiosEnterprises/nrdp/archive/2.0.4.tar.gz -tar xvf 2.0.4.tar.gz +wget https://github.com/NagiosEnterprises/nrdp/archive/2.0.5.tar.gz +tar xvf 2.0.5.tar.gz cd nrdp-* ``` diff --git a/server/includes/constants.inc.php b/server/includes/constants.inc.php index 804f25e..0744f01 100644 --- a/server/includes/constants.inc.php +++ b/server/includes/constants.inc.php @@ -27,7 +27,7 @@ // PRODUCT INFO define("PRODUCT_NAME", "nrdp"); -define("PRODUCT_VERSION", "2.0.4"); +define("PRODUCT_VERSION", "2.0.5"); // ERROR STRINGS define("ERROR_CAPABILITY_NOT_ENABLED","NOT ENABLED");