From 83d3f7672b82ccb03e4c106d93e9dadc6427f246 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 26 Feb 2019 13:49:06 -0700 Subject: [PATCH] release 0.4.19 License: MIT Signed-off-by: Steven Allen --- .gx/lastpubver | 2 +- CHANGELOG.md | 2 +- package.json | 2 +- version.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 07f099c8d..53d55723c 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.4.19-rc2: QmVAHbzEyo3tvf5QZQNDy4aiVjRsFeYNuPhp6xbzzmRrT8 +0.4.19: QmPDEJTb3WBHmvubsLXCaqRPC8dRgvFz7A4p96dxZbJuWL diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dc00ead..d1489a83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # go-ipfs changelog -## 0.4.19 2018-02-14 (unreleased) +## 0.4.19 2018-03-01 We're happy to announce go 0.4.19. This release contains a bunch of important fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁 diff --git a/package.json b/package.json index da143639f..7126c283e 100644 --- a/package.json +++ b/package.json @@ -617,6 +617,6 @@ "language": "go", "license": "MIT", "name": "go-ipfs", - "version": "0.4.19-rc2" + "version": "0.4.19" } diff --git a/version.go b/version.go index 364940316..c9270c20f 100644 --- a/version.go +++ b/version.go @@ -4,6 +4,6 @@ package ipfs var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.4.19-rc2" +const CurrentVersionNumber = "0.4.19" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"