From: Matt S Trout <mst@shadowcat.co.uk>
Date: Wed, 11 Apr 2012 21:20:23 +0000 (+0000)
Subject: version bump to 015, devreling
X-Git-Tag: v0.009_015~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=721c1454fde952f47131746eaa98ceae49e24b27;p=gitmo%2FMoo.git

version bump to 015, devreling
---

diff --git a/lib/Moo.pm b/lib/Moo.pm
index f57246d..7364c62 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.009014'; # 0.9.13
+our $VERSION = '0.009_015'; # 0.9.15
 $VERSION = eval $VERSION;
 
 require Moo::sification;