From 7c4696495ec72e3598d5e4aa1ded1179b54384e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 7 Feb 2021 19:28:21 +0800 Subject: [PATCH] Updated the version number of maketext. --- script/maketext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/maketext b/script/maketext index eb427e2..548e0e6 100644 --- a/script/maketext +++ b/script/maketext @@ -11,7 +11,7 @@ use strict; use warnings; use Getopt::Long qw(GetOptions); use Locale::Maketext::Gettext::Functions; -our $VERSION = 0.05; +our $VERSION = 0.06; # Prototype declaration sub main(); sub parse_args();