summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-02-01 17:26:06 +0000
committerGreg Sabino Mullane2010-02-01 17:26:06 +0000
commit8141670c866921dddbb0f78038e06f98f21b6e69 (patch)
tree6a8751fbb426a0d2ab308242912d883b0980b716
parentc6be1137363f3a67f656538f5a20356728f21db6 (diff)
Minor revision bump
-rw-r--r--META.yml4
-rw-r--r--Makefile.PL2
2 files changed, 3 insertions, 3 deletions
diff --git a/META.yml b/META.yml
index 83cd755fb..abd9c4f4b 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : check_postgres.pl
-version : 2.13.0
+version : 2.13.1
abstract : Postgres monitoring script
author:
- Greg Sabino Mullane <greg@endpoint.com>
@@ -30,7 +30,7 @@ recommends:
provides:
check_postgres:
file : check_postgres.pl
- version : 2.13.0
+ version : 2.13.1
keywords:
- Postgres
diff --git a/Makefile.PL b/Makefile.PL
index 14f9f307b..b6fd880ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ use strict;
use warnings;
use 5.006001;
-my $VERSION = '2.13.0';
+my $VERSION = '2.13.1';
if ($VERSION =~ /_/) {
print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";