@cryptotaxi247 / kubo / commits / d4ac65f43

chore: bump version to 0.16.0-rc1

galargh committed Sep 26, 2022 at 10:11 UTC d4ac65f430548041eb1d9d4ac9bc25ada9904b47
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-dev"
14 +const CurrentVersionNumber = "0.16.0-rc1"
15
16 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/"
17