diff --git a/cmd/shell/macondo.txt b/cmd/shell/macondo.txt index 3c394c72..d377d462 100644 --- a/cmd/shell/macondo.txt +++ b/cmd/shell/macondo.txt @@ -1,7 +1,7 @@ - __ __ _ - | \/ | __ _ ___ ___ _ __ __| | ___ - | |\/| |/ _` |/ __/ _ \| '_ \ / _` |/ _ \ - | | | | (_| | (_| (_) | | | | (_| | (_) | - |_| |_|\__,_|\___\___/|_| |_|\__,_|\___/ + __ __ _ +| \/ | __ _ ___ ___ _ __ __| | ___ +| |\/| |/ _` |/ __/ _ \| '_ \ / _` |/ _ \ +| | | | (_| | (_| (_) | | | | (_| | (_) | +|_| |_|\__,_|\___\___/|_| |_|\__,_|\___/ -(C) César del Solar 2014-2024 \ No newline at end of file +(C) César del Solar 2014- \ No newline at end of file diff --git a/cmd/shell/main.go b/cmd/shell/main.go index 676f66a0..ab7c83b3 100644 --- a/cmd/shell/main.go +++ b/cmd/shell/main.go @@ -40,7 +40,7 @@ func main() { panic(err) } exPath := filepath.Dir(ex) - fmt.Println(macondobanner) + fmt.Printf("%s%d\n", macondobanner, time.Now().Year()) fmt.Println(GitVersion) log.Info().Msgf("executable path: %v", exPath)