Skip to content

Commit

Permalink
1.3.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Jan 20, 2018
1 parent cfbc414 commit fed8111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.2
VERSION := 1.3.0

LDFLAGS := -s -w \
-X 'main.BuildVersion=$(VERSION)' \
Expand Down
8 changes: 4 additions & 4 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.2.2-62
1.3.0-75
AUTHORS:
Guoqiang Chen <[email protected]>
Expand All @@ -38,12 +38,12 @@ EXAMPLES:

## Downloads

v1.2.2 Release: https://github.com/subchen/frep/releases/tag/v1.2.2
v1.3.0 Release: https://github.com/subchen/frep/releases/tag/v1.3.0

- Linux

```
curl -fSL https://github.com/subchen/frep/releases/download/v1.2.2/frep-1.2.2-linux-amd64 -o /usr/local/bin/frep
curl -fSL https://github.com/subchen/frep/releases/download/v1.3.0/frep-1.3.0-linux-amd64 -o /usr/local/bin/frep
chmod +x /usr/local/bin/frep
```
Expand All @@ -56,7 +56,7 @@ v1.2.2 Release: https://github.com/subchen/frep/releases/tag/v1.2.2
- Windows
```
wget https://github.com/subchen/frep/releases/download/v1.2.2/frep-1.2.2-windows-amd64.exe
wget https://github.com/subchen/frep/releases/download/v1.3.0/frep-1.3.0-windows-amd64.exe
```
## Examples
Expand Down

0 comments on commit fed8111

Please sign in to comment.