@cryptotaxi247 / kubo / commits / da35610c1

chore: update version to v0.13.0-dev

Adin Schmahmann committed Dec 13, 2021 at 17:29 UTC da35610c1cdc86b2ae1f97eb9167a4ee10e57898
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-dev"
7 +const CurrentVersionNumber = "0.13.0-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
10