Skip to content

Commit

Permalink
v5.0.2p2
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed May 2, 2024
1 parent 813e04f commit 5311eee
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.0.2'); our $PATCHLV = 0;
use version; our $VERSION = version->declare('v5.0.2'); our $PATCHLV = 2;
sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub libname { 'Sisimai' }

Expand Down

0 comments on commit 5311eee

Please sign in to comment.