diff --git a/Makefile b/Makefile index 1bfdf407e308..d19d86b35a90 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_PATH?=/usr/bin CONF_PATH?=/etc/packetbeat -VERSION?=0.2.2 +VERSION?=0.3.0 ARCH?=$(shell uname -m) packetbeat: *.go diff --git a/debian/changelog b/debian/changelog index e5c78a0e363f..433359abae71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +packetbeat (0.3.0-1) unstable; urgency=low + + * New version. + + -- Monica Sarbu Sat, 17 Jun 2014 13:33:00 +0100 + packetbeat (0.2.2-1) unstable; urgency=low * New version. diff --git a/main.go b/main.go index 9120e3cc3121..a91c737553c8 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( "github.com/nranchev/go-libGeoIP" ) -const Version = "0.2.2" +const Version = "0.3.0" type Packet struct { ts time.Time diff --git a/rpm/packetbeat.spec b/rpm/packetbeat.spec index 72873522f9ed..e5223ecccc8c 100644 --- a/rpm/packetbeat.spec +++ b/rpm/packetbeat.spec @@ -1,6 +1,6 @@ Summary: Packetbeat network agent Name: packetbeat -Version: 0.2.2 +Version: 0.3.0 Release: 1%{?dist} Source: %{name}.tar.gz