Skip to content

Commit fa91f02

Browse files
committed
Bump version
1 parent 49fea49 commit fa91f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.0" //TODO Read from file version.git
31+
ArachneVersion = "0.4.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)