diff options
author | Greg Sabino Mullane | 2015-06-23 13:09:07 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2015-06-23 13:09:07 +0000 |
commit | 776408aab47f29e4f7f47bf4d515671d7736ab08 (patch) | |
tree | be0cfc3e41d9fc2535863ec62b3ebc5ac4e5b515 /check_postgres.pl | |
parent | 4cea93ea51fceb532c4b07b70c18eeb412aaeed7 (diff) |
Version bump.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
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 /; |