chsrc/tool/rawstr4c/lib/Version.rakumod
2025-07-14 03:58:34 +08:00

18 lines
693 B
Raku

# ---------------------------------------------------------------
# SPDX-License-Identifier: GPL-3.0-or-later
# ---------------------------------------------------------------
# File Name : Version.rakumod
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>
# Created On : <2025-07-14>
# Last Modified : <2025-07-14>
# ---------------------------------------------------------------
unit module Version;
constant VERSION = "0.1.0.1";
constant RELEASE_DATE = "2025/07/14";
constant Maintain_URL = "https://github.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";
constant Maintain_URL2 = "https://gitee.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";