Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed May 12, 2022
1 parent 62a3bba commit 5043721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion output/intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Intro() {
banner2 := " ___ ___(_) | | __ _\n"
banner3 := " / __|/ __| | | |/ _` |\n"
banner4 := " \\__ \\ (__| | | | (_| |\n"
banner5 := " |___/\\___|_|_|_|\\__,_| v1.2.2\n"
banner5 := " |___/\\___|_|_|_|\\__,_| " + version + "\n"
banner6 := " > github.com/edoardottt/scilla\n"
banner7 := " > edoardoottavianelli.it"
bannerPart1 := banner1 + banner2 + banner3 + banner4 + banner5
Expand Down
3 changes: 3 additions & 0 deletions output/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package output

const version = "v1.2.2"

0 comments on commit 5043721

Please sign in to comment.