From 776408aab47f29e4f7f47bf4d515671d7736ab08 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 23 Jun 2015 09:09:07 -0400 Subject: [PATCH] Version bump. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /; -- 2.30.2