X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=652edd490d954433f5ffcab54ec75f5ebadc4ac1;hp=24068f6fd576aa85912bad55af3637d3aa8840b0;hb=437557a1c001b42f5f494b3eed383d507551811c;hpb=f13bca6abffd19d963bf18003f0f4ebd203aec91 diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 24068f6..652edd4 100644 --- a/lib/Catalyst/Action/REST/ForBrowsers.pm +++ b/lib/Catalyst/Action/REST/ForBrowsers.pm @@ -3,7 +3,7 @@ package Catalyst::Action::REST::ForBrowsers; use Moose; use namespace::autoclean; -our $VERSION = '0.88'; +our $VERSION = '0.89'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';