Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangyt committed Jul 28, 2023
1 parent 8b366da commit 60367da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ fgit是一个可以无缝替换git命令行的工具,加速对github.com的git
下载页面:[https://github.com/fastgh/fgit/releases](https://github.com/fastgh/fgit/releases)
也可以自己编译安装(方法见后面小节)

- Windows: [https://github.com/fastgh/fgit/releases/download/v1.1.0/fgit.exe](https://github.com/fastgh/fgit/releases/download/v1.1.0/fgit.exe),下载后把它加入系统路径环境变量
- Windows: [https://github.com/fastgh/fgit/releases/download/v1.2.0/fgit.exe](https://github.com/fastgh/fgit/releases/download/v1.2.0/fgit.exe),下载后把它加入系统路径环境变量

- Mac和Linux:

```shell
sudo curl -L https://github.com/fastgh/fgit/releases/download/v1.1.0/fgit.$(echo `uname -s` | tr A-Z a-z).$(uname -m) -o /usr/local/bin/fgit
sudo curl -L https://github.com/fastgh/fgit/releases/download/v1.2.0/fgit.$(echo `uname -s` | tr A-Z a-z).$(uname -m) -o /usr/local/bin/fgit
sudo chmod +x /usr/local/bin/fgit
```

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.2.0
- replace out-of-dated mirror servers

# v1.1.0
- build MacOS M1 binary
- update the default control server (the old one is discared)
Expand Down
2 changes: 1 addition & 1 deletion cmdline.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
VersionMajor = 1

// VersionMinor ...
VersionMinor = 1
VersionMinor = 2

// VersionFix ...
VersionFix = 0
Expand Down

0 comments on commit 60367da

Please sign in to comment.