@cryptotaxi247 / kubo / commits / 83d3f7672

release 0.4.19

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Feb 26, 2019 at 13:49 UTC 83d3f7672b82ccb03e4c106d93e9dadc6427f246
4 files changed +4 -4
.gx/lastpubver
+1 -1
@@ -1 +1 @@
1 -0.4.19-rc2: QmVAHbzEyo3tvf5QZQNDy4aiVjRsFeYNuPhp6xbzzmRrT8
1 +0.4.19: QmPDEJTb3WBHmvubsLXCaqRPC8dRgvFz7A4p96dxZbJuWL
CHANGELOG.md
+1 -1
@@ -1,6 +1,6 @@
1 # go-ipfs changelog
2
3 -## 0.4.19 2018-02-14 (unreleased)
3 +## 0.4.19 2018-03-01
4
5 We're happy to announce go 0.4.19. This release contains a bunch of important
6 fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁
package.json
+1 -1
@@ -617,6 +617,6 @@
617 "language": "go",
618 "license": "MIT",
619 "name": "go-ipfs",
620 - "version": "0.4.19-rc2"
620 + "version": "0.4.19"
621 }
622
version.go
+1 -1
@@ -4,6 +4,6 @@ package ipfs
4 var CurrentCommit string
5
6 // CurrentVersionNumber is the current application's version literal
7 -const CurrentVersionNumber = "0.4.19-rc2"
7 +const CurrentVersionNumber = "0.4.19"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"