diff --git a/pkg/runner/banners.go b/pkg/runner/banners.go index 15816e0..10afc54 100644 --- a/pkg/runner/banners.go +++ b/pkg/runner/banners.go @@ -10,7 +10,7 @@ const banner = ` ` // Version is the current version of naabu -const Version = `1.0.2` +const Version = `1.0.3` // showBanner is used to show the banner to the user func showBanner() {