From 60092924a9135583fc8e1952c7a9c593851b2aec Mon Sep 17 00:00:00 2001
From: galargh <piotr.galar@gmail.com>
Date: Wed, 4 Jan 2023 09:04:09 +0000
Subject: [PATCH] chore: update version.go

---
 version.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.go b/version.go
index 63839b84b..81f938646 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-rc1"
+const CurrentVersionNumber = "0.18.0-rc2"
 
 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
 
-- 
GitLab