From: Matt S Trout Date: Wed, 9 Jul 2014 11:25:04 +0000 (+0000) Subject: bump version X-Git-Tag: v0.026~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=826fd6b3f613297bb54c6a592b8253726fac7197 bump version --- diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 771c49c..ae7f846 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -6,7 +6,7 @@ use warnings::illegalproto (); use Moo (); use Web::Dispatch::Wrapper (); -our $VERSION = '0.025'; +our $VERSION = '0.026'; sub import { my ($class, $app_package) = @_;