Skip to content

Commit

Permalink
version bump in the preparation for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed May 21, 2014
1 parent 3798238 commit bcc648f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_PATH?=/usr/bin
CONF_PATH?=/etc/packetbeat
VERSION?=0.1.1
VERSION?=0.2.0
ARCH?=$(shell uname -m)

packetbeat: *.go
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
packetbeat (0.2.0-1) unstable; urgency=low

* Updated to version 0.2.0

-- Monica Sarbu <[email protected]> Sat, 21 May 2014 19:23:00 +0100

packetbeat (0.1.1-1) unstable; urgency=low

* Updated to version 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/nranchev/go-libGeoIP"
)

const Version = "0.1.1"
const Version = "0.2.0"

type Packet struct {
ts time.Time
Expand Down

0 comments on commit bcc648f

Please sign in to comment.