summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
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 /;