@cryptotaxi247 / kubo / commits / 6d85f9d62

chore: bump version to 0.16.0

galargh committed Oct 4, 2022 at 11:22 UTC 6d85f9d6293e7d1ed724e6a926b3504f5165641f
1 file changed +1 -1
version.go
+1 -1
@@ -11,7 +11,7 @@ import (
11 var CurrentCommit string
12
13 // CurrentVersionNumber is the current application's version literal
14 -const CurrentVersionNumber = "0.16.0-rc1"
14 +const CurrentVersionNumber = "0.16.0"
15
16 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/"
17