Skip to content

Commit

Permalink
release v0.175.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Sep 17, 2020
1 parent 964aa2a commit 997f2dc
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 Test::MockModule

v0.175.0
- 964aa2a Ignore CI files and whitesource - Nicolas R

v0.174.0
- cf65e7c Fix typo in pod - nima

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/MockModule.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use vars qw/$VERSION/;
use Scalar::Util qw/reftype weaken/;
use Carp;
use SUPER;
$VERSION = '0.174.0';
$VERSION = '0.175.0';

our $STRICT_MODE;

Expand Down

0 comments on commit 997f2dc

Please sign in to comment.