From: Dave Cross Date: Fri, 4 Jan 2013 06:47:06 +0000 (+0000) Subject: Bump version for release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FXML-Feed.git;a=commitdiff_plain;h=43f0427796e38da900408c1b8cc2b2db935257f9 Bump version for release --- diff --git a/lib/XML/Feed.pm b/lib/XML/Feed.pm index d51ab5b..4e775d0 100644 --- a/lib/XML/Feed.pm +++ b/lib/XML/Feed.pm @@ -10,7 +10,7 @@ use Module::Pluggable search_path => "XML::Feed::Format", require => 1, sub_name => 'formatters'; -our $VERSION = '0.50'; +our $VERSION = '0.51'; our $MULTIPLE_ENCLOSURES = 0; our @formatters; BEGIN {