From 910d9fc92680d4cfddae8e0cdcf53b59f0774771 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Tue, 28 Sep 2021 22:14:47 +0200 Subject: [PATCH] v1.0-devel --- output/beautify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/beautify.go b/output/beautify.go index 282f395..711e8a6 100644 --- a/output/beautify.go +++ b/output/beautify.go @@ -35,7 +35,7 @@ func Beautify() { banner2 := " ___ __ _ _ __(_) __| | __| (_)\n" banner3 := " / __/ _` | '__| |/ _` |/ _` | |\n" banner4 := " | (_| (_| | | | | (_| | (_| | |\n" - banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.0\n" + banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.0-devel\n" banner6 := "" banner7 := " > github.com/edoardottt/cariddi\n" banner8 := " > edoardoottavianelli.it\n"