Skip to content

Commit

Permalink
Sisimai 5.0.3 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed May 22, 2024
1 parent 38db904 commit 9ce5960
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 = 3;
use version; our $VERSION = version->declare('v5.0.3'); our $PATCHLV = 0;
sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub libname { 'Sisimai' }

Expand Down

0 comments on commit 9ce5960

Please sign in to comment.