Skip to content

Commit

Permalink
1.3.5 released
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Jan 17, 2019
1 parent f508288 commit 7617d41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4
VERSION := 1.3.5

LDFLAGS := -s -w \
-X 'main.BuildVersion=$(VERSION)' \
Expand Down
10 changes: 5 additions & 5 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.4-x
1.3.5
AUTHORS:
Guoqiang Chen <subchen@gmail.com>
Expand All @@ -39,12 +39,12 @@ EXAMPLES:

## Downloads

v1.3.4 Release: https://github.com/subchen/frep/releases/tag/v1.3.4
v1.3.5 Release: https://github.com/subchen/frep/releases/tag/v1.3.5

- Linux

```
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.4/frep-1.3.4-linux-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.5/frep-1.3.5-linux-amd64 -o /usr/local/bin/frep
chmod +x /usr/local/bin/frep
```
Expand All @@ -57,15 +57,15 @@ v1.3.4 Release: https://github.com/subchen/frep/releases/tag/v1.3.4
- Windows
```
wget https://github.com/subchen/frep/releases/download/v1.3.4/frep-1.3.4-windows-amd64.exe
wget https://github.com/subchen/frep/releases/download/v1.3.5/frep-1.3.5-windows-amd64.exe
```
## Docker
You can run frep using docker container
```
docker run -it --rm subchen/frep:1.3.4 --help
docker run -it --rm subchen/frep:1.3.5 --help
```
Expand Down

0 comments on commit 7617d41

Please sign in to comment.