@cryptotaxi247 / kubo / commits / 600c95eb5

version bump to 0.4.0

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Apr 7, 2016 at 16:22 UTC 600c95eb53e576530d73afe856bf11ae219b3acb
1 file changed +1 -1
repo/config/version.go
+1 -1
@@ -11,7 +11,7 @@ import (
11 var CurrentCommit string
12
13 // CurrentVersionNumber is the current application's version literal
14 -const CurrentVersionNumber = "0.4.0-dev"
14 +const CurrentVersionNumber = "0.4.0"
15
16 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
17