diff --git a/src/chsrc-main.c b/src/chsrc-main.c index 7b67aff..3c8be80 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -26,13 +26,13 @@ * | ccy * | * Created On : <2023-08-28> - * Last Modified : <2025-03-25> + * Last Modified : <2025-04-13> * * chsrc: Change Source —— 全平台通用命令行换源工具 * ------------------------------------------------------------*/ -#define Chsrc_Version "0.2.0.1" -#define Chsrc_Release_Date "2025/03/17" +#define Chsrc_Version "0.2.1" +#define Chsrc_Release_Date "2025/04/13" #define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc" #define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc" @@ -852,4 +852,4 @@ not_matched: chsrc_error (msg); return Exit_Unknown; } -} \ No newline at end of file +}