diff --git a/runner/banners.go b/runner/banners.go index 2cddae8..8b5b68c 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.8` +const version = `v1.0.9` // showBanner is used to show the banner to the user func showBanner() {