Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Oct 3, 2012
1 parent ec44c96 commit 0520573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Devel/SizeMe.pm
Expand Up @@ -27,7 +27,7 @@ require 5.005;
require Exporter;
require XSLoader;

$VERSION = '0.020_080';
$VERSION = '0.020_081';
@ISA = qw(Exporter);

@EXPORT_OK = qw(size total_size perl_size heap_size);
Expand Down
2 changes: 1 addition & 1 deletion t/basic.t
Expand Up @@ -10,7 +10,7 @@ can_ok ('Devel::SizeMe', qw/
/);

die ("Uhoh, test uses an outdated version of Devel::SizeMe")
unless is ($Devel::SizeMe::VERSION, '0.020_080', 'VERSION MATCHES');
unless is ($Devel::SizeMe::VERSION, '0.020_081', 'VERSION MATCHES');

#############################################################################
# some basic checks:
Expand Down

0 comments on commit 0520573

Please sign in to comment.