Skip to content

Commit a22a4d3

Browse files
committed
Bump version.
1 parent 3109537 commit a22a4d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Algorithm::LibLinear
22

3+
0.25 Thu 18 Aug 2022
4+
- Bundle LIBLINEAR 2.45, which is identical to 2.44.
5+
36
0.24 Mon 4 Apr 2022
47
- Bundle LIBLINEAR 2.44.
58

lib/Algorithm/LibLinear.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Smart::Args::TypeTiny;
1010
use Types::Standard qw/ArrayRef Bool ClassName Dict Enum InstanceOf Int Num/;
1111
use XSLoader;
1212

13-
our $VERSION = '0.24';
13+
our $VERSION = '0.25';
1414

1515
XSLoader::load(__PACKAGE__, $VERSION);
1616

0 commit comments

Comments
 (0)