- add new option to worksheet - hide_gridlines
[p5sagit/Excel-Template.git] / lib / Excel / Template.pm
index 26a0d0e..c3a8a5f 100644 (file)
@@ -6,7 +6,7 @@ BEGIN {
     use Excel::Template::Base;
     use vars qw ($VERSION @ISA);
 
-    $VERSION  = '0.28';
+    $VERSION  = '0.31';
     @ISA      = qw( Excel::Template::Base );
 }