Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Golubenco committed Jan 27, 2015
1 parent 23edeb7 commit c55efcd
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.2
VERSION?=0.4.3
ARCH?=$(shell uname -m)


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

* New version.

-- Monica Sarbu <monica@packetbeat.com> Tue, 27 Jan 2015 15:08:00 +0100

packetbeat (0.4.2-1) unstable; urgency=low

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

const Version = "0.4.2"
const Version = "0.4.3"

// 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.2
Version: 0.4.3
Release: 1%{?dist}
Source: %{name}.tar.gz
BuildRoot: %{_tmppath}/%{name}
Expand Down

0 comments on commit c55efcd

Please sign in to comment.