From b1608018fd6c68c75dac08326a8451952aceb208 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 7 Jun 2024 04:55:54 +0530 Subject: [PATCH] version bump --- internal/runner/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {