Skip to content

Commit fba9ae9

Browse files
committed
Bump version after release
1 parent ab55dcf commit fba9ae9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/File/LibMagic.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use List::Util qw( max );
1212
use Scalar::Util qw( reftype );
1313
use XSLoader;
1414

15-
our $VERSION = '1.23';
15+
our $VERSION = '1.24';
1616

1717
XSLoader::load( __PACKAGE__, $VERSION );
1818

lib/File/LibMagic/Constants.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use warnings;
77

88
use Exporter qw( import );
99

10-
our $VERSION = '1.23';
10+
our $VERSION = '1.24';
1111

1212
sub constants {
1313
return qw(

0 commit comments

Comments
 (0)