Skip to content

Commit 4d59028

Browse files
authored
Merge pull request #92 from edoardottt/devel
v1.2.1
2 parents a4b0731 + 1860df8 commit 4d59028

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/cariddi/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
==========
3-
Cariddi v1.2.0
3+
Cariddi
44
==========
55
66
This program is free software: you can redistribute it and/or modify

pkg/output/beautify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func Beautify() {
3838
banner2 := " ___ __ _ _ __(_) __| | __| (_)\n"
3939
banner3 := " / __/ _` | '__| |/ _` |/ _` | |\n"
4040
banner4 := " | (_| (_| | | | | (_| | (_| | |\n"
41-
banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.2.0\n"
41+
banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.2.1\n"
4242
banner6 := ""
4343
banner7 := " > github.com/edoardottt/cariddi\n"
4444
banner8 := " > edoardoottavianelli.it\n"

0 commit comments

Comments
 (0)