Skip to content

Commit

Permalink
bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Jun 23, 2017
1 parent 8cfddad commit 9654932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9654932

Please sign in to comment.