Skip to content

Commit

Permalink
v5.1.0 beta1? (5.0.3p5)
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Jun 28, 2024
1 parent 2bbf21b commit 4fa8668
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.3'); our $PATCHLV = 4;
use version; our $VERSION = version->declare('v5.0.3'); our $PATCHLV = 5;
sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub libname { 'Sisimai' }

Expand Down

0 comments on commit 4fa8668

Please sign in to comment.