From 281b529e6ca6893136e0c0899128f58f765026b1 Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Wed, 5 Sep 2007 02:29:45 -0500 Subject: [PATCH] build next release --- PSQL-Query/META.yml | 2 +- PSQL-Query/Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PSQL-Query/META.yml b/PSQL-Query/META.yml index 433e918..1aadb0b 100644 --- a/PSQL-Query/META.yml +++ b/PSQL-Query/META.yml @@ -12,4 +12,4 @@ no_index: requires: Getopt::Long: 0 Moose: 0 -version: 0.01_01 +version: 0.01_02 diff --git a/PSQL-Query/Makefile.PL b/PSQL-Query/Makefile.PL index f05e4de..a8f26fc 100644 --- a/PSQL-Query/Makefile.PL +++ b/PSQL-Query/Makefile.PL @@ -9,6 +9,6 @@ requires 'Moose'; requires 'Getopt::Long'; no_index 'directory' => 'PSQL/Query'; prompt_script 'bin/psql-plus'; -version '0.01_01'; +version '0.01_02'; WriteAll; -- 2.11.4.GIT