From: Matt S Trout Date: Mon, 16 Apr 2012 08:28:08 +0000 (+0000) Subject: bump version for another devrel X-Git-Tag: v0.009_017~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=291bcd364cb33e4e2599f8eab47ee596d78d9836;hp=7ecb13a6d8bc9323b5d07aaa2a2a5aee9fd76400;p=gitmo%2FMoo.git bump version for another devrel --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 98bc057..34be24e 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -4,7 +4,7 @@ use strictures 1; use Moo::_Utils; use B 'perlstring'; -our $VERSION = '0.009_016'; # 0.9.16 +our $VERSION = '0.009_017'; # 0.9.17 $VERSION = eval $VERSION; require Moo::sification;