release: bump to v0.4.23-rc2
Steven Allen committed
Jan 21, 2020 at 14:46 UTC
c0cd45292631e45b72d3d40e59c15e4d5352328a
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-rc1"
7
+const CurrentVersionNumber = "0.4.23-rc2"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"