Skip to content

Commit

Permalink
New version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Jun 10, 2014
1 parent 3735204 commit 2b6e8f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
BIN_PATH?=/usr/bin
CONF_PATH?=/etc/packetbeat
VERSION?=0.2.0
VERSION?=0.2.1
ARCH?=$(shell uname -m)

packetbeat: *.go
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
@@ -1,3 +1,8 @@
packetbeat (0.2.1-1) unstable; urgency=low

* New version.

-- Monica Sarbu <monica@packetbeat.com> Sat, 01 Jun 2014 13:17:00 +0100
packetbeat (0.2.0-4) unstable; urgency=low

* New build.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/nranchev/go-libGeoIP"
)

const Version = "0.2.0"
const Version = "0.2.1"

type Packet struct {
ts time.Time
Expand Down
2 changes: 1 addition & 1 deletion rpm/packetbeat.spec
@@ -1,6 +1,6 @@
Summary: Packetbeat network agent
Name: packetbeat
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Source: %{name}.tar.gz

Expand Down

0 comments on commit 2b6e8f8

Please sign in to comment.