Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devieux committed Apr 20, 2017
1 parent 42f0a3e commit f970615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defines/defines.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// Global constants
const (
ArachneService = "arachne"
ArachneVersion = "0.2.0" //TODO Read from file version.git
ArachneVersion = "0.3.0" //TODO Read from file version.git
ArachneTestConfigFilePathLinux = "../arachned/config/test_target_config_linux.json"
ArachneTestConfigFilePathDarwin = "../arachned/config/test_target_config_darwin.json"
BatchIntervalEchoingPerc = 0.75
Expand Down

0 comments on commit f970615

Please sign in to comment.