Skip to content

Commit

Permalink
1.3.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Mar 19, 2019
1 parent 708fe54 commit 9eca7e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CWD := $(shell pwd)
NAME := frep
VERSION := 1.3.6
VERSION := 1.3.7

LDFLAGS := -s -w \
-X 'main.BuildVersion=$(VERSION)' \
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USAGE:
frep [options] input-file[:output-file] ...
VERSION:
1.3.6
1.3.x
AUTHORS:
Guoqiang Chen <subchen@gmail.com>
Expand All @@ -41,20 +41,20 @@ EXAMPLES:

## Downloads

v1.3.6 Release: https://github.com/subchen/frep/releases/tag/v1.3.6
v1.3.7 Release: https://github.com/subchen/frep/releases/tag/v1.3.7

- Linux

```
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.6/frep-1.3.6-linux-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.7/frep-1.3.7-linux-amd64 -o /usr/local/bin/frep
chmod +x /usr/local/bin/frep
# centos / redhat
yum install https://github.com/subchen/frep/releases/download/v1.3.6/frep-1.3.6-60.x86_64.rpm
yum install https://github.com/subchen/frep/releases/download/v1.3.7/frep-1.3.7-60.x86_64.rpm
# ubuntu
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.6/frep_1.3.6-60_amd64.deb -o frep_1.3.6-60_amd64.deb
dpkg -i frep_1.3.6-60_amd64.deb
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.7/frep_1.3.7-60_amd64.deb -o frep_1.3.7-60_amd64.deb
dpkg -i frep_1.3.7-60_amd64.deb
```
- macOS
Expand All @@ -66,7 +66,7 @@ v1.3.6 Release: https://github.com/subchen/frep/releases/tag/v1.3.6
- Windows
```
wget https://github.com/subchen/frep/releases/download/v1.3.6/frep-1.3.6-windows-amd64.exe
wget https://github.com/subchen/frep/releases/download/v1.3.7/frep-1.3.7-windows-amd64.exe
```
## Docker
Expand Down

0 comments on commit 9eca7e8

Please sign in to comment.