We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec8710 commit aa7b9acCopy full SHA for aa7b9ac
Makefile
@@ -1,6 +1,6 @@
1
PACKAGES=$(shell find . -name '*.go' -print0 | xargs -0 -n1 dirname | sort --unique)
2
GOFILES= vflow.go ipfix.go sflow.go options.go stats.go
3
-LDFLAGS= -ldflags "-X main.version=0.2.1"
+LDFLAGS= -ldflags "-X main.version=0.3.0"
4
5
default: test
6
0 commit comments