From: Rob Kinyon <rob.kinyon@gmail.com>
Date: Thu, 4 Nov 2004 18:14:03 +0000 (+0000)
Subject: Update Excel::Template version
X-Git-Tag: v0.16~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1650ebb56372c23b183d956728e732b6a51d58c;p=p5sagit%2FExcel-Template.git

Update Excel::Template version
---

diff --git a/lib/Excel/Template.pm b/lib/Excel/Template.pm
index b716b6e..00e7531 100644
--- a/lib/Excel/Template.pm
+++ b/lib/Excel/Template.pm
@@ -6,7 +6,7 @@ BEGIN {
     use Excel::Template::Base;
     use vars qw ($VERSION @ISA);
 
-    $VERSION  = '0.13';
+    $VERSION  = '0.14';
     @ISA      = qw( Excel::Template::Base );
 }