Updated the version number of maketext.

This commit is contained in:
依瑪貓 2021-02-07 19:28:21 +08:00
parent 23bd2760db
commit 7c4696495e

View File

@ -11,7 +11,7 @@ use strict;
use warnings; use warnings;
use Getopt::Long qw(GetOptions); use Getopt::Long qw(GetOptions);
use Locale::Maketext::Gettext::Functions; use Locale::Maketext::Gettext::Functions;
our $VERSION = 0.05; our $VERSION = 0.06;
# Prototype declaration # Prototype declaration
sub main(); sub main();
sub parse_args(); sub parse_args();