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=0f88979285b1b4f08586853a052c1e0c1b186fa5;hp=fb47fa67a816a5ffcd6dfceb546c5189b5570a4e;hb=5cb0b36f518a1f5e9c2225eec3187416319e8eec;hpb=e0323f6aad8f738558d8be6521fb0c7dee0bcf98 diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index fb47fa6..0f88979 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 = '1.10'; +our $VERSION = '1.11'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';