@cryptotaxi247 / kubo / commits / 9e3b5c3df

ipfs version 0.4.1

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Apr 25, 2016 at 12:08 UTC 9e3b5c3dfe6b21dd5505f111a14227bde676b1e8
1 file changed +1 -1
repo/config/version.go
+1 -1
@@ -4,6 +4,6 @@ package config
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.4.1-dev"
7 +const CurrentVersionNumber = "0.4.1"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"