X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=f05e0107e1a8a750b75c3d59ae81a9630f2798fa;hb=cf712a311ffaa04821b17ac82d16fc1bf3c9ac1e;hp=8e03b72635b6e2a10fe906f8868c5a798167b7c6;hpb=1c4b501bc1fcd7662bd670f214928e950f2f1cab;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 8e03b72..f05e010 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.93'; +our $VERSION = '1.08'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';