From: Graham Knop Date: Mon, 15 Jul 2013 03:13:11 +0000 (-0400) Subject: bump version X-Git-Tag: v1.003000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=266c340cd26b4b0efd045fc52918ef3e79ca4c80;p=gitmo%2FRole-Tiny.git bump version --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 7bfe4be..7af3ab6 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.002005'; # 1.2.5 +our $VERSION = '1.003000'; # 1.3.0 $VERSION = eval $VERSION; our %INFO;