@cryptotaxi247 / kubo / commits / 7b9b401b6

Ipfs v0.4.17

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

Jeromy committed Jul 27, 2018 at 12:08 UTC 7b9b401b614384e8ccd0c8a1673424fb21c43694
3 files changed +3 -3
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -## 0.4.17-rc1 2018-07-20
3 +## 0.4.17 2018-07-27
4
5 Ipfs 0.4.17 is a quick release to fix two important bugs:
6
package.json
+1 -1
@@ -551,6 +551,6 @@
551 "language": "go",
552 "license": "MIT",
553 "name": "go-ipfs",
554 - "version": "0.4.17-rc1"
554 + "version": "0.4.17"
555 }
556
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.17-rc1"
7 +const CurrentVersionNumber = "0.4.17"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"