From a794db03fdd78ba898398cc530ffa69d67b9636e Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 13 Aug 2023 01:53:29 +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 50c2e5be..0a5008c6 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -14,7 +14,7 @@ const banner = ` ` // Version is the current version -const version = `0.0.11` +const version = `v0.0.12` // showBanner is used to show the banner to the user func showBanner() {