@cryptotaxi247 / kubo / commits / 1b90fab38

bump ipfs dev version to 0.4.1

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

Jeromy committed Apr 8, 2016 at 11:31 UTC 1b90fab38f980584e2ca8f3eb0ef8c35c0e23b6f
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"
14 +const CurrentVersionNumber = "0.4.1-dev"
15
16 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
17