Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Jul 9, 2014
1 parent 26b01e0 commit 04dfd80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
packetbeat (0.3.0-1) unstable; urgency=low

* New version.

-- Monica Sarbu <[email protected]> Sat, 17 Jun 2014 13:33:00 +0100

packetbeat (0.2.2-1) unstable; urgency=low

* New version.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/packetbeat.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 04dfd80

Please sign in to comment.