From: Matt S Trout Date: Thu, 12 Jul 2012 19:17:27 +0000 (+0000) Subject: bump version for release X-Git-Tag: v1.001004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a9cd2d998336c9cfee15d35be228fe8765a8030;p=gitmo%2FRole-Tiny.git bump version for release --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 16e2b87..f5ef55e 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.001003'; # 1.1.3 +our $VERSION = '1.001004'; # 1.1.4 $VERSION = eval $VERSION; our %INFO;