From: Ævar Arnfjörð Bjarmason <avar@cpan.org>
Date: Tue, 19 Aug 2008 15:27:36 +0000 (+0000)
Subject: bump to 0.06
X-Git-Tag: v0.06~1
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=96d386d2bd8b9d06c33837008bd420a9c0b29d28;p=perl%2Fmodules%2Fre-engine-Plugin.git

bump to 0.06
---

diff --git a/Plugin.pm b/Plugin.pm
index 5b84612..26479aa 100644
--- a/Plugin.pm
+++ b/Plugin.pm
@@ -4,7 +4,7 @@ use 5.009005;
 use strict;
 use XSLoader ();
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 # All engines should subclass the core Regexp package
 our @ISA = 'Regexp';