From: Greg Sabino Mullane Date: Tue, 23 Jun 2015 13:09:07 +0000 (-0400) Subject: Version bump. X-Git-Tag: 2.22.0~9 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=776408aab47f29e4f7f47bf4d515671d7736ab08;p=check_postgres.git Version bump. --- 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 /;