Commit 29d204a Henri Devieux
committed
1 parent f930c36 commit 29d204a Copy full SHA for 29d204a
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
5
arachne (0.5.3) unstable; urgency=low
2
6
* Add support for target location info
3
7
-- Vasileios Lakafosis <lakafosi@uber.com> Fri, 11 July 2017 12:40:00 +0000
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
// Global constants
29
29
const (
30
30
ArachneService = "arachne"
31
- ArachneVersion = "0.5.3 " //TODO Read from file version.git
31
+ ArachneVersion = "0.6.0 " //TODO Read from file version.git
32
32
ArachneTestConfigFilePathLinux = "../arachned/config/test_target_config_linux.json"
33
33
ArachneTestConfigFilePathDarwin = "../arachned/config/test_target_config_darwin.json"
34
34
BatchIntervalEchoingPerc = 0.75
You can’t perform that action at this time.
0 commit comments