From 9eca7e8f14390b28f08255bb34d987dffd3f9b10 Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Tue, 19 Mar 2019 07:06:09 +0000 Subject: [PATCH] 1.3.7 released --- Makefile | 2 +- README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f2b162e..57cec81 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CWD := $(shell pwd) NAME := frep -VERSION := 1.3.6 +VERSION := 1.3.7 LDFLAGS := -s -w \ -X 'main.BuildVersion=$(VERSION)' \ diff --git a/README.md b/README.md index 63950fb..d419bff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ USAGE: frep [options] input-file[:output-file] ... VERSION: - 1.3.6 + 1.3.x AUTHORS: Guoqiang Chen @@ -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 @@ -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