We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fea49 commit fa91f02Copy full SHA for fa91f02
defines/defines.go
@@ -28,7 +28,7 @@ import (
28
// Global constants
29
const (
30
ArachneService = "arachne"
31
- ArachneVersion = "0.3.0" //TODO Read from file version.git
+ ArachneVersion = "0.4.0" //TODO Read from file version.git
32
ArachneTestConfigFilePathLinux = "../arachned/config/test_target_config_linux.json"
33
ArachneTestConfigFilePathDarwin = "../arachned/config/test_target_config_darwin.json"
34
BatchIntervalEchoingPerc = 0.75
0 commit comments