Skip to content

Commit

Permalink
Update version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jomann09 committed Oct 14, 2021
1 parent 96c5c3c commit 6ee9a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-*
```

Expand Down
2 changes: 1 addition & 1 deletion server/includes/constants.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6ee9a75

Please sign in to comment.