Skip to content

Commit aa7b9ac

Browse files
committed
bump version to 0.3.0
1 parent 5ec8710 commit aa7b9ac

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 options.go stats.go
3-
LDFLAGS= -ldflags "-X main.version=0.2.1"
3+
LDFLAGS= -ldflags "-X main.version=0.3.0"
44

55
default: test
66

0 commit comments

Comments
 (0)