diff --git a/internal/runner/banner.go b/internal/runner/banner.go index a1e9211b..e4b43a87 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -9,11 +9,11 @@ const banner = ` ___ _______ __ __ (_) _/_ __ / _ \/ __/ _ \\ \ // / _/ // / / .__/_/ \___/_\_\/_/_/ \_, / -/_/ /___/ v0.0.6 +/_/ /___/ v0.0.7 ` // Version is the current version -const Version = `0.0.6` +const Version = `0.0.7` // showBanner is used to show the banner to the user func showBanner() {