release: bump to v0.4.23
Steven Allen committed
Jan 17, 2020 at 15:01 UTC
c81bcc075f81a563da0571c52ba539c1c0d0592a
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.22"
7
+const CurrentVersionNumber = "0.4.23-rc1"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"