Skip to content

Commit 09fba2b

Browse files
committed
Advance to release v0.2.1
We don't know if we can still rely on GitHub in the future
1 parent 44dcebf commit 09fba2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/chsrc-main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
2727
* |
2828
* Created On : <2023-08-28>
29-
* Last Modified : <2025-03-25>
29+
* Last Modified : <2025-04-13>
3030
*
3131
* chsrc: Change Source —— 全平台通用命令行换源工具
3232
* ------------------------------------------------------------*/
3333

34-
#define Chsrc_Version "0.2.0.1"
35-
#define Chsrc_Release_Date "2025/03/17"
34+
#define Chsrc_Version "0.2.1"
35+
#define Chsrc_Release_Date "2025/04/13"
3636
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
3737
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
3838

@@ -852,4 +852,4 @@ main (int argc, char const *argv[])
852852
chsrc_error (msg);
853853
return Exit_Unknown;
854854
}
855-
}
855+
}

0 commit comments

Comments
 (0)