From abd6343e41d6c3bcb520d96976e2fb14858590ba Mon Sep 17 00:00:00 2001 From: galargh Date: Mon, 30 Jan 2023 11:20:13 +0000 Subject: [PATCH] chore: update version --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index fd7416303..b03eff4a9 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ import ( var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.18.0" +const CurrentVersionNumber = "0.18.1" const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint