RELEASE: bump version
Steven Allen committed
May 29, 2019 at 17:36 UTC
1d67e0ac265fd548e7a1d12681ebaeb3251c64ec
1 file changed
+1
-1
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.21-rc3"
7
+const CurrentVersionNumber = "0.4.21"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"