Skip to content

Commit d800e11

Browse files
committed
preparing for release
1 parent 4abf417 commit d800e11

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.1.0
3+
VERSION?=0.1.1
44
ARCH?=$(shell uname -m)
55

66
packetbeat: *.go

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
packetbeat (0.1.1-1) unstable; urgency=low
2+
3+
* Updated to version 0.1.1
4+
5+
-- Monica Sarbu <monica@packetbeat.com> Sat, 10 May 2014 01:05:00 +0100
6+
17
packetbeat (0.1.0-1) unstable; urgency=low
28

39
* First version

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.1.0
3+
Version: 0.1.1
44
Release: 1%{?dist}
55
Source: %{name}.tar.gz
66

0 commit comments

Comments
 (0)