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() {