Skip to content

Commit

Permalink
Version to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
benkasminbullock committed Jul 24, 2023
1 parent e053d4e commit ebf92c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl module XS::Check

0.14 2023-07-24

- Remove errors from testing module, for future Perls (HAARG)

0.13 2021-05-26

- Document additions of version 0.12
Expand Down
2 changes: 1 addition & 1 deletion lib/XS/Check.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;
use strict;
use Carp;
use utf8;
our $VERSION = '0.13';
our $VERSION = '0.14';
use C::Tokenize '0.18', ':all';
use Text::LineNumber;
use File::Slurper 'read_text';
Expand Down

0 comments on commit ebf92c9

Please sign in to comment.