diff options
author | Greg Sabino Mullane | 2010-02-01 17:26:06 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-02-01 17:26:06 +0000 |
commit | 8141670c866921dddbb0f78038e06f98f21b6e69 (patch) | |
tree | 6a8751fbb426a0d2ab308242912d883b0980b716 | |
parent | c6be1137363f3a67f656538f5a20356728f21db6 (diff) |
Minor revision bump
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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"; |