Skip to content

Commit 9654932

Browse files
author
mehrdad arshad rad
committed
bump version to 0.3.2
1 parent 8cfddad commit 9654932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGES=$(shell find . -name '*.go' -print0 | xargs -0 -n1 dirname | sort --unique)
22
GOFILES= vflow.go ipfix.go sflow.go netflow_v9.go options.go stats.go
3-
LDFLAGS= -ldflags "-X main.version=0.3.1"
3+
LDFLAGS= -ldflags "-X main.version=0.3.2"
44

55
default: test
66

0 commit comments

Comments
 (0)