Skip to content

Commit

Permalink
bump version to v0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ober committed Sep 13, 2021
1 parent f58491c commit 15c74f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.55 2021-??-??
0.55 2021-09-13
-feature: raw_$field now acts as a setter when a new value is provided

0.54 2021-09-03
Expand Down
2 changes: 1 addition & 1 deletion lib/URI/Fast.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package URI::Fast;

our $XS_VERSION = our $VERSION = '0.54_01';
our $XS_VERSION = our $VERSION = '0.55';
$VERSION =~ tr/_//;

use utf8;
Expand Down
2 changes: 1 addition & 1 deletion lib/URI/Fast/IRI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

require URI::Fast;
our $VERSION = '0.54_01';
our $VERSION = '0.55';

our @ISA = qw(URI::Fast);

Expand Down

0 comments on commit 15c74f1

Please sign in to comment.