diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-25 04:58:04 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-25 04:59:26 +1200 |
commit | c596347d6ead1234bafab717392c1a2b0652bcaa (patch) | |
tree | 0ddcb721080a834eefbb7fb0db1eff8806118134 /libexec/check_ftp | |
parent | Version 1.00 (diff) | |
download | nagios-check-ftp-c596347d6ead1234bafab717392c1a2b0652bcaa.tar.gz nagios-check-ftp-c596347d6ead1234bafab717392c1a2b0652bcaa.zip |
Add README, bump VERSIONv1.01
Diffstat (limited to 'libexec/check_ftp')
-rw-r--r-- | libexec/check_ftp | 2 |
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'; |