We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b60d4 commit 9b5ff41Copy full SHA for 9b5ff41
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.12.1"
+const CurrentVersionNumber = "0.12.2"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10
0 commit comments