Skip to content

Commit a4c3da0

Browse files
committed
Update README
1 parent 3514664 commit a4c3da0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737

3838
挑战清单:
3939

40-
1. [[Challenge] 编写统一安装的 shell 和 PowerShell 脚本](https://github.com/RubyMetric/chsrc/issues/98)
40+
1. [[HELP] 提供默认源地址,如Ubuntu,Debian,Go等的默认源URL,帮助我们进行 `chsrc reset`](https://github.com/RubyMetric/chsrc/issues/111)
4141

42-
已由 [@Efterklang][@xuan] 完成
42+
2. [[Challenge] 编写统一安装的 shell 和 PowerShell 脚本](https://github.com/RubyMetric/chsrc/issues/98) : 已由 [@Efterklang][@xuan] 完成
4343

44-
2. [[Challenge] CentOS (Stream) Recipe](https://github.com/RubyMetric/chsrc/issues/48)
44+
3. [[Challenge] CentOS (Stream) Recipe](https://github.com/RubyMetric/chsrc/issues/48)
4545

4646
<br>
4747

src/chsrc-main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
* | ChatGPT <https://chatgpt.com>
1919
* |
2020
* Created On : <2023-08-28>
21-
* Last Modified : <2024-10-29>
21+
* Last Modified : <2024-10-31>
2222
*
2323
* chsrc: Change Source —— 全平台通用命令行换源工具
2424
* ------------------------------------------------------------*/
2525

26-
#define Chsrc_Version "0.1.9.1-dev1"
27-
#define Chsrc_Release_Date "2024/10/29"
26+
#define Chsrc_Version "0.1.9.2"
27+
#define Chsrc_Release_Date "2024/10/31"
2828
#define Chsrc_Banner_Version "v" Chsrc_Version "-" Chsrc_Release_Date
2929
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
3030
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"

0 commit comments

Comments
 (0)