From 76ffd6549e9536ce2eedb812ec964ca4969e1676 Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Fri, 3 Apr 2020 17:42:19 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57cec81..4a2d453 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CWD := $(shell pwd) NAME := frep -VERSION := 1.3.7 +VERSION := 1.3.8 LDFLAGS := -s -w \ -X 'main.BuildVersion=$(VERSION)' \