diff options
author | David E. Wheeler | 2011-05-23 17:07:41 +0000 |
---|---|---|
committer | David E. Wheeler | 2011-05-23 17:07:41 +0000 |
commit | 307b24c9178e89242b86838d10132b55a9fbc7ba (patch) | |
tree | 4de35c5566f074f3d151c5c7390e8fcef399878a /check_postgres.pl | |
parent | 772e139bfea9d9fa891a60f3b5ca98a19e93bb9d (diff) |
Increment to v2.17.1.
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 bda7d5762..83916535d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.17.0'; +our $VERSION = '2.17.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; |