summaryrefslogtreecommitdiff
path: root/internal/flags/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/flags/version.go')
-rw-r--r--internal/flags/version.go13
1 files changed, 8 insertions, 5 deletions
diff --git a/internal/flags/version.go b/internal/flags/version.go
index 3db0b9f..583d19b 100644
--- a/internal/flags/version.go
+++ b/internal/flags/version.go
@@ -5,11 +5,14 @@ import "fmt"
// Version is the current application version.
const Version = "v0.0.1"
-const asciiBannerTemplate = ` ___ _____ ___ _ _
-|_ _| / / _ \ | _ (_)___| |_
- | | / / (_) | | / / _ \ _|
-|___/_/ \___/ |_|_\_\___/\__| NG
- %s`
+const asciiBannerTemplate = ` ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗ ████████╗
+ ██║ ██╔╝ ██╔═══██╗ ██╔══██╗ ██║ ██╔═══██╗ ╚══██╔══╝
+ ██║ ██╔╝ ██║ ██║ ██████╔╝ ██║ ██║ ██║ ██║
+ ██║ ██╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██║ ██║
+ ██║██╔╝ ╚██████╔╝ ██║ ██║ ██║ ╚██████╔╝ ██║
+ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝
+ ⚡ Next-Generation BPF I/O Syscall Tracer ⚡
+ %s`
// PrintVersion prints the banner with the current version.
func PrintVersion() {