From: Matt S Trout <mst@shadowcat.co.uk>
Date: Mon, 7 May 2012 18:51:18 +0000 (+0000)
Subject: bump version
X-Git-Tag: v0.091004~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef5bce023f3fde2ac1e026f9a1f25c5958ab3d63;p=gitmo%2FMoo.git

bump version
---

diff --git a/lib/Moo.pm b/lib/Moo.pm
index cd65690..8b1859f 100644
--- a/lib/Moo.pm
+++ b/lib/Moo.pm
@@ -5,7 +5,7 @@ use Moo::_Utils;
 use B 'perlstring';
 use Sub::Defer ();
 
-our $VERSION = '0.091003'; # 0.91.3
+our $VERSION = '0.091004'; # 0.91.4
 $VERSION = eval $VERSION;
 
 require Moo::sification;