summaryrefslogtreecommitdiff
path: root/lib/Tree/Transform/XSLTish/Context.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Tree/Transform/XSLTish/Context.pm')
-rw-r--r--lib/Tree/Transform/XSLTish/Context.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tree/Transform/XSLTish/Context.pm b/lib/Tree/Transform/XSLTish/Context.pm
index bb7c9de..9ef7062 100644
--- a/lib/Tree/Transform/XSLTish/Context.pm
+++ b/lib/Tree/Transform/XSLTish/Context.pm
@@ -2,7 +2,7 @@ package Tree::Transform::XSLTish::Context;
use Moose;
use Carp::Clan qw(^Tree::Transform::XSLTish);
-our $VERSION='0.2';
+our $VERSION='0.3';
has 'current_node' => ( is => 'rw', isa => 'Object' );
has 'node_list' => ( is => 'rw', isa => 'ArrayRef[Object]' );