bump $VERSION

This commit is contained in:
David Cantrell 2022-01-27 09:00:34 +00:00 committed by Karl Williamson
parent dc406f90af
commit 280e9a5ccb
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
package _charnames;
use strict;
use warnings;
our $VERSION = '1.49';
our $VERSION = '1.50';
use unicore::Name; # mktables-generated algorithmically-defined names
use bytes (); # for $bytes::hint_bits

View File

@ -1,7 +1,7 @@
package charnames;
use strict;
use warnings;
our $VERSION = '1.49';
our $VERSION = '1.50';
use unicore::Name; # mktables-generated algorithmically-defined names
use _charnames (); # The submodule for this where most of the work gets done