summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-05-31 14:00:15 +0000
committerGreg Sabino Mullane2011-05-31 14:00:15 +0000
commit3f6c95413413bf2b45019f7bf8c1670b3e48f628 (patch)
treed71b3838ad7d45ad5735ea7ba5fc74b6935070f3 /check_postgres.pl
parent2d749a7abd2b9cc417dd1987e6df69fab40eaea7 (diff)
parent307b24c9178e89242b86838d10132b55a9fbc7ba (diff)
Merge branch 'master' of [email protected]:/var/lib/git/check_postgres
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 fddda66b2..437d4000a 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES';
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.17.0';
+our $VERSION = '2.17.1';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;