Bump version to 2.20.2
authorGreg Sabino Mullane <[email protected]>
Sun, 22 Sep 2013 18:47:24 +0000 (14:47 -0400)
committerGreg Sabino Mullane <[email protected]>
Sun, 22 Sep 2013 18:47:24 +0000 (14:47 -0400)
check_postgres.pl

index 2a2f9b1ce5f06e96b69dbe6da1c34277a897ec06..bbec63d8221de88108bfe81e5e4acce20a0deddc 100755 (executable)
@@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1;
 
 binmode STDOUT, ':utf8';
 
-our $VERSION = '2.20.1';
+our $VERSION = '2.20.2';
 
 use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /;
 
@@ -7927,7 +7927,7 @@ sub check_wal_files {
 
 B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others
 
-This documents describes check_postgres.pl version 2.20.1
+This documents describes check_postgres.pl version 2.20.2
 
 =head1 SYNOPSIS