ipfs release 0.4.15
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
May 9, 2018 at 10:12 UTC
b8942bb25eeedb7ede17a4b5f5de9460d29b8035
3 files changed
+3
-3
.gx/lastpubver
+1
-1
@@ -1 +1 @@
1
-0.4.15-rc1: QmNUCLv5fmUBuAcwbkt58NQvMcJgd5FPCYV2yNCXq4Wnd6
1
+0.4.15: QmcKwjeebv5SX3VFUGDFa4BNMYhy14RRaCzQP7JN3UQDpB
package.json
+1
-1
@@ -605,6 +605,6 @@
605
"language": "go",
606
"license": "MIT",
607
"name": "go-ipfs",
608
- "version": "0.4.15-rc1"
608
+ "version": "0.4.15"
609
}
610
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.15-rc1"
7
+const CurrentVersionNumber = "0.4.15"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"