release: bump to v0.4.23
Steven Allen committed
Jan 29, 2020 at 22:27 UTC
6ce9a355f9757a921d1e30f4a702028d5e4fb7eb
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.23-rc2"
7
+const CurrentVersionNumber = "0.4.23"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"