Update README

This commit is contained in:
Aoran Zeng 2024-10-31 07:29:41 +08:00
parent 3514664ae0
commit a4c3da0b1f
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 6 additions and 6 deletions

View File

@ -37,11 +37,11 @@
挑战清单:
1. [[Challenge] 编写统一安装的 shell 和 PowerShell 脚本](https://github.com/RubyMetric/chsrc/issues/98)
1. [[HELP] 提供默认源地址如Ubuntu,Debian,Go等的默认源URL帮助我们进行 `chsrc reset`](https://github.com/RubyMetric/chsrc/issues/111)
已由 [@Efterklang] 与 [@xuan] 完成
2. [[Challenge] 编写统一安装的 shell 和 PowerShell 脚本](https://github.com/RubyMetric/chsrc/issues/98) : 已由 [@Efterklang] 与 [@xuan] 完成
2. [[Challenge] CentOS (Stream) Recipe](https://github.com/RubyMetric/chsrc/issues/48)
3. [[Challenge] CentOS (Stream) Recipe](https://github.com/RubyMetric/chsrc/issues/48)
<br>

View File

@ -18,13 +18,13 @@
* | ChatGPT <https://chatgpt.com>
* |
* Created On : <2023-08-28>
* Last Modified : <2024-10-29>
* Last Modified : <2024-10-31>
*
* chsrc: Change Source
* ------------------------------------------------------------*/
#define Chsrc_Version "0.1.9.1-dev1"
#define Chsrc_Release_Date "2024/10/29"
#define Chsrc_Version "0.1.9.2"
#define Chsrc_Release_Date "2024/10/31"
#define Chsrc_Banner_Version "v" Chsrc_Version "-" Chsrc_Release_Date
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"