Skip to content

Commit c55efcd

Browse files
author
Tudor Golubenco
committed
version bump
1 parent 23edeb7 commit c55efcd

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BIN_PATH?=/usr/bin
22
CONF_PATH?=/etc/packetbeat
3-
VERSION?=0.4.2
3+
VERSION?=0.4.3
44
ARCH?=$(shell uname -m)
55

66

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
packetbeat (0.4.3-1) unstable; urgency=low
2+
3+
* New version.
4+
5+
-- Monica Sarbu <monica@packetbeat.com> Tue, 27 Jan 2015 15:08:00 +0100
6+
17
packetbeat (0.4.2-1) unstable; urgency=low
28

39
* New version.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/packetbeat/gopacket/pcap"
2222
)
2323

24-
const Version = "0.4.2"
24+
const Version = "0.4.3"
2525

2626
// Structure grouping main components/modules
2727
type PacketbeatStruct struct {

rpm/packetbeat.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Packetbeat network agent
22
Name: packetbeat
3-
Version: 0.4.2
3+
Version: 0.4.3
44
Release: 1%{?dist}
55
Source: %{name}.tar.gz
66
BuildRoot: %{_tmppath}/%{name}

0 commit comments

Comments
 (0)