Skip to content

Commit

Permalink
v5.1.0p4
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Dec 20, 2024
1 parent b770cc2 commit 5485837
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 v5.26;
use strict;
use warnings;
use version; our $VERSION = version->declare('v5.1.0'); our $PATCHLV = 3;
use version; our $VERSION = version->declare('v5.1.0'); our $PATCHLV = 4;
sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub libname { 'Sisimai' }

Expand Down

0 comments on commit 5485837

Please sign in to comment.