From 2ef9d4249f4e56834f18bed9a096393a80dc1c32 Mon Sep 17 00:00:00 2001 From: assafmo Date: Wed, 31 Oct 2018 15:27:12 +0200 Subject: [PATCH] v0.10.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4e74497..ce83475 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ import ( flags "github.com/jessevdk/go-flags" ) -const version = "0.9.2" +const version = "0.10.0" const maxSnaplen uint32 = 262144 var previousTimestamp int64