From 12f5c19fcf7114d95d2f69fd89c98ae1f25ef9a3 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Thu, 17 Sep 2020 15:44:11 -0400 Subject: [PATCH] Release v0.7.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 53755ba6791..008ef03830e 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package ipfs var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.7.0-rc2" +const CurrentVersionNumber = "0.7.0" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"