@cryptotaxi247 / kubo / commits / ae80605db

chore: version 0.32.1

Marcin Rataj committed Nov 15, 2024 at 17:53 UTC ae80605dbf85157dbd761b4cd7b0f09189940cdd
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.32.0"
14 +const CurrentVersionNumber = "0.32.1"
15
16 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
17