Skip to content

Commit

Permalink
Bump version for 0.47 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Aug 17, 2024
1 parent 14655b0 commit 3ae6e5c
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 Perl module Clone

0.47 2024-08-17 12:30:00 atoomic
- Stop using quote as package separator

0.46 2022-10-18 20:23:00 garu
- fix backwards compatibility with older perls (haarg)
- bump MANIFEST to include extra tests
Expand Down
2 changes: 1 addition & 1 deletion Clone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ our @ISA = qw(Exporter);
our @EXPORT;
our @EXPORT_OK = qw( clone );

our $VERSION = '0.46';
our $VERSION = '0.47';

XSLoader::load('Clone', $VERSION);

Expand Down

0 comments on commit 3ae6e5c

Please sign in to comment.