Skip to content

Commit

Permalink
Bump to 1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Dec 7, 2020
1 parent f02e8b5 commit 98a0204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Syntax-Check

1.05 UNREL
-

1.04 2020-12-07
- Removed prereq of Module::Installed::Tiny, as the dependency chain
is significant for test prerequisites
Expand Down
2 changes: 1 addition & 1 deletion lib/Syntax/Check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use File::Path qw(make_path);
use File::Temp qw(tempdir);
use PPI;

our $VERSION = '1.04';
our $VERSION = '1.05';

my $SEPARATOR;

Expand Down

0 comments on commit 98a0204

Please sign in to comment.