From f569290b1e1003297794716d3e47bd65efb8df56 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:01:31 +0530 Subject: [PATCH] version update --- 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 c658791f..778e5b05 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -14,7 +14,7 @@ const banner = ` ` // Version is the current version -const version = `v0.0.13` +const version = `v0.0.15` // showBanner is used to show the banner to the user func showBanner() {