aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-25 04:58:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-25 04:59:26 +1200
commitc596347d6ead1234bafab717392c1a2b0652bcaa (patch)
tree0ddcb721080a834eefbb7fb0db1eff8806118134 /libexec
parentVersion 1.00 (diff)
downloadnagios-check-ftp-c596347d6ead1234bafab717392c1a2b0652bcaa.tar.gz
nagios-check-ftp-c596347d6ead1234bafab717392c1a2b0652bcaa.zip
Add README, bump VERSIONv1.01
Diffstat (limited to 'libexec')
-rw-r--r--libexec/check_ftp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/check_ftp b/libexec/check_ftp
index a36dfd3..3ec2899 100644
--- a/libexec/check_ftp
+++ b/libexec/check_ftp
@@ -24,7 +24,7 @@ use Net::FTP;
use Try::Tiny;
# Decree package version
-our $VERSION = '1.00';
+our $VERSION = '1.01';
# Add description and license package variables
our $DESCRIPTION = <<'EOF';