diff --git a/internal/runner/banner.go b/internal/runner/banner.go index 226e484..79efe87 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -14,7 +14,7 @@ const banner = ` ` // version is the current version of cdncheck -const version = `v1.0.10` +const version = `v1.0.11` // showBanner is used to show the banner to the user func showBanner() {