From aaf6b136f95a1cf487c689ea0e9a20df0d8a0682 Mon Sep 17 00:00:00 2001 From: wjlin0 Date: Wed, 7 Feb 2024 00:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20v1.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runner/banners.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/banners.go b/runner/banners.go index b9e3fdd7..4e7d807a 100644 --- a/runner/banners.go +++ b/runner/banners.go @@ -13,7 +13,7 @@ const banner = ` ` // Version is the current version of uncover -const version = `v1.0.7` +const version = `v1.0.8` // showBanner is used to show the banner to the user func showBanner() {