From: Graham Knop Date: Mon, 15 Jul 2013 03:58:13 +0000 (-0400) Subject: bump version X-Git-Tag: v1.003001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14f02cb6ab35becd23ea5395d3d293e0d279dd6e;p=gitmo%2FRole-Tiny.git bump version --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 7af3ab6..73b2053 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -6,7 +6,7 @@ sub _getstash { \%{"$_[0]::"} } use strict; use warnings FATAL => 'all'; -our $VERSION = '1.003000'; # 1.3.0 +our $VERSION = '1.003001'; # 1.3.1 $VERSION = eval $VERSION; our %INFO;