Skip to content

Commit

Permalink
Book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Oct 29, 2023
1 parent 39af656 commit eed6eb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
2020-11-20 1.0.0 First release
1.0.1 2023-10-29

- Minor doco update so that generated manpages are better

1.0.0 2020-11-20

- First release
2 changes: 1 addition & 1 deletion lib/String/Binary/Interpolation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

# Yuck, semver. I give in, the stupid cult that doesn't understand
# what the *number* bit of *version number* means has won.
our $VERSION = '1.0.0';
our $VERSION = '1.0.1';

sub import {
my $victim = (caller(0))[0];
Expand Down

0 comments on commit eed6eb0

Please sign in to comment.