Skip to content

Commit 29d204a

Browse files
author
Henri Devieux
committed
Bump version
1 parent f930c36 commit 29d204a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debian/changelog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
arachne (0.6.0) unstable; urgency=low
2+
* Refactor sending and receiving of packets
3+
-- Henri Devieux <hdevieux@uber.com> Sat, 22 July 2017 09:35:28 +0000
4+
15
arachne (0.5.3) unstable; urgency=low
26
* Add support for target location info
37
-- Vasileios Lakafosis <lakafosi@uber.com> Fri, 11 July 2017 12:40:00 +0000

defines/defines.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
// Global constants
2929
const (
3030
ArachneService = "arachne"
31-
ArachneVersion = "0.5.3" //TODO Read from file version.git
31+
ArachneVersion = "0.6.0" //TODO Read from file version.git
3232
ArachneTestConfigFilePathLinux = "../arachned/config/test_target_config_linux.json"
3333
ArachneTestConfigFilePathDarwin = "../arachned/config/test_target_config_darwin.json"
3434
BatchIntervalEchoingPerc = 0.75

0 commit comments

Comments
 (0)