We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eef749b + 394a2d6 commit 8cb67abCopy full SHA for 8cb67ab
version.go
@@ -4,7 +4,7 @@ package ipfs
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.5.0-rc2"
+const CurrentVersionNumber = "0.5.0-rc3"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10
0 commit comments