From: Matt S Trout Date: Sun, 19 Mar 2017 18:28:09 +0000 (+0000) Subject: bump other version X-Git-Tag: v0.033~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=7c462470cf7d0eba7252dfa03b072a61608dedd9 bump other version --- diff --git a/lib/Web/Simple/Role.pm b/lib/Web/Simple/Role.pm index b61a732..97248b7 100644 --- a/lib/Web/Simple/Role.pm +++ b/lib/Web/Simple/Role.pm @@ -3,7 +3,7 @@ use strictures 1; use warnings::illegalproto (); use Moo::Role (); -our $VERSION = '0.032'; +our $VERSION = '0.033'; sub import { my ($class, $app_package) = @_;