Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 4, 2017
1 parent 2be949a commit edd4cb9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/DateTime/Locale.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '1.17';
our $VERSION = '1.18';

use DateTime::Locale::Data;
use DateTime::Locale::FromData;
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Locale/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '1.17';
our $VERSION = '1.18';

use Carp qw( carp );
use DateTime::Locale;
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Locale/Catalog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package DateTime::Locale::Catalog;
use strict;
use warnings;

our $VERSION = '1.17';
our $VERSION = '1.18';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Locale/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use namespace::autoclean;

use File::ShareDir qw( dist_file );

our $VERSION = '1.17';
our $VERSION = '1.18';

#<<<
### :start CLDRVersion:
Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Locale/FromData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use DateTime::Locale::Util qw( parse_locale_code );
use Params::ValidationCompiler 0.13 qw( validation_for );
use Specio::Declare;

our $VERSION = '1.17';
our $VERSION = '1.18';

my @FormatLengths;

Expand Down
2 changes: 1 addition & 1 deletion lib/DateTime/Locale/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use namespace::autoclean 0.19 -except => ['import'];

use Exporter qw( import );

our $VERSION = '1.17';
our $VERSION = '1.18';

our @EXPORT_OK = 'parse_locale_code';

Expand Down

0 comments on commit edd4cb9

Please sign in to comment.