Skip to content

Commit

Permalink
p11
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Apr 1, 2020
1 parent 40d9fda commit 5af4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sisimai.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Sisimai;
use feature ':5.10';
use strict;
use warnings;
use version; our $VERSION = version->declare('v4.25.5'); our $PATCHLV = 10;
use version; our $VERSION = version->declare('v4.25.5'); our $PATCHLV = 11;

sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub sysname { 'bouncehammer' }
Expand Down

0 comments on commit 5af4156

Please sign in to comment.