diff options
-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"; |