Skip to content

Commit 6ee9a75

Browse files
committed
Update version to 2.0.5
1 parent 96c5c3c commit 6ee9a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Download the latest tarball and extract to start the install:
1818

1919
```
2020
cd /tmp
21-
wget https://github.com/NagiosEnterprises/nrdp/archive/2.0.4.tar.gz
22-
tar xvf 2.0.4.tar.gz
21+
wget https://github.com/NagiosEnterprises/nrdp/archive/2.0.5.tar.gz
22+
tar xvf 2.0.5.tar.gz
2323
cd nrdp-*
2424
```
2525

server/includes/constants.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// PRODUCT INFO
2929
define("PRODUCT_NAME", "nrdp");
30-
define("PRODUCT_VERSION", "2.0.4");
30+
define("PRODUCT_VERSION", "2.0.5");
3131

3232
// ERROR STRINGS
3333
define("ERROR_CAPABILITY_NOT_ENABLED","NOT ENABLED");

0 commit comments

Comments
 (0)