From 816904386bf6888140edd2d55fdfca6b99300f69 Mon Sep 17 00:00:00 2001
From: galargh <piotr.galar@gmail.com>
Date: Mon, 23 Jan 2023 13:41:02 +0100
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 81f938646..fd7416303 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-rc2"
+const CurrentVersionNumber = "0.18.0"
 
 const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
 
-- 
GitLab