From: Matt S Trout Date: Fri, 27 Apr 2012 03:45:27 +0000 (+0000) Subject: bump version to 1.1.0 for release X-Git-Tag: v1.001000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=commitdiff_plain;h=96ab645a022ac6e45511bdbeda8792d8f87c9766 bump version to 1.1.0 for release --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index d9f3882..3df82f2 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.000_901'; # 1.0.901 +our $VERSION = '1.001000'; # 1.1.0 $VERSION = eval $VERSION; our %INFO;