From 96549325e2808d979da1114676b639cf1b65cf9b Mon Sep 17 00:00:00 2001 From: mehrdad arshad rad Date: Fri, 23 Jun 2017 22:52:09 +0000 Subject: [PATCH] bump version to 0.3.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 788d3f28..38733cd8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGES=$(shell find . -name '*.go' -print0 | xargs -0 -n1 dirname | sort --unique) GOFILES= vflow.go ipfix.go sflow.go netflow_v9.go options.go stats.go -LDFLAGS= -ldflags "-X main.version=0.3.1" +LDFLAGS= -ldflags "-X main.version=0.3.2" default: test