Bump rawstr4c version to v0.2.0.0

This commit is contained in:
Aoran Zeng 2025-07-16 19:41:19 +08:00
parent 9aeb3541ed
commit 3b7147b25a
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -5,13 +5,13 @@
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>
# Created On : <2025-07-14>
# Last Modified : <2025-07-14>
# Last Modified : <2025-07-16>
# ---------------------------------------------------------------
unit module Version;
constant VERSION = "0.1.0.2";
constant RELEASE_DATE = "2025/07/14";
constant VERSION = "0.2.0.0";
constant RELEASE_DATE = "2025/07/16";
constant Maintain_URL = "https://github.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";
constant Maintain_URL2 = "https://gitee.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";