summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2015-06-23 13:09:07 +0000
committerGreg Sabino Mullane2015-06-23 13:09:07 +0000
commit776408aab47f29e4f7f47bf4d515671d7736ab08 (patch)
treebe0cfc3e41d9fc2535863ec62b3ebc5ac4e5b515 /check_postgres.pl
parent4cea93ea51fceb532c4b07b70c18eeb412aaeed7 (diff)
Version bump.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index a7a2a7679..df1435761 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1;
binmode STDOUT, ':encoding(UTF-8)';
-our $VERSION = '2.21.0';
+our $VERSION = '2.21.1';
use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /;