@cryptotaxi247 / kubo / commits / 9b5ff415a

Release v0.12.2

Adin Schmahmann committed Mar 18, 2022 at 09:26 UTC 9b5ff415a054300a4803b970689d28cb3f5d385c
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.1"
7 +const CurrentVersionNumber = "0.12.2"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10