From 28ac5a50e91151b2ec417b6bc4244b6d2c427bb9 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 4 Sep 2009 13:04:54 -0400 Subject: [PATCH] Bump version to 2.12.0 --- META.yml | 4 ++-- Makefile.PL | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.yml b/META.yml index ed41df38d..8f2a67805 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.11.1 +version : 2.12.0 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.11.1 + version : 2.12.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index c8b0a48fd..810abcc51 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.11.1'; +my $VERSION = '2.12.0'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n"; -- 2.39.5