We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c5c3c commit 6ee9a75Copy full SHA for 6ee9a75
README.md
@@ -18,8 +18,8 @@ Download the latest tarball and extract to start the install:
18
19
```
20
cd /tmp
21
-wget https://github.com/NagiosEnterprises/nrdp/archive/2.0.4.tar.gz
22
-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
23
cd nrdp-*
24
25
server/includes/constants.inc.php
@@ -27,7 +27,7 @@
27
28
// PRODUCT INFO
29
define("PRODUCT_NAME", "nrdp");
30
-define("PRODUCT_VERSION", "2.0.4");
+define("PRODUCT_VERSION", "2.0.5");
31
32
// ERROR STRINGS
33
define("ERROR_CAPABILITY_NOT_ENABLED","NOT ENABLED");
0 commit comments