Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Golubenco committed Dec 8, 2014
1 parent b2fbc54 commit 7dd726d
Show file tree
Hide file tree
Showing 4 changed files with 9 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.4.1
VERSION?=0.4.2
ARCH?=$(shell uname -m)


Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
packetbeat (0.4.2-1) unstable; urgency=low

* New version.

-- Monica Sarbu <monica@packetbeat.com> Wed, 8 Dec 2014 10:42:00 +0100

packetbeat (0.4.1-1) unstable; urgency=low

* New version.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/packetbeat/gopacket/pcap"
)

const Version = "0.4.1"
const Version = "0.4.2"

// Structure grouping main components/modules
type PacketbeatStruct struct {
Expand Down
2 changes: 1 addition & 1 deletion rpm/packetbeat.spec
@@ -1,6 +1,6 @@
Summary: Packetbeat network agent
Name: packetbeat
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Source: %{name}.tar.gz
BuildRoot: %{_tmppath}/%{name}
Expand Down

0 comments on commit 7dd726d

Please sign in to comment.