From 27b32d227896c16c7804fd1e52e3b9b5ce2aaea2 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:51:47 +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..a6b6f1c7 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.14` // showBanner is used to show the banner to the user func showBanner() {