@cryptotaxi247 / kubo / commits / dd7737b93

Release v0.12.0

Adin Schmahmann committed Feb 17, 2022 at 21:01 UTC dd7737b931d8bc5cf62c85e77d4428890b813eb6
1 file changed +1 -1
version.go
+1 -1
@@ -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.0-rc1"
7 +const CurrentVersionNumber = "0.12.0"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10