Merge pull request #86 from edoardottt/devel

v1.2
This commit is contained in:
vrenzolaverace
2022-11-15 14:53:26 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Installation 📡
### Using Go
```bash
go install -v github.com/edoardottt/cariddi/cmd/cariddi@v1.1.9
go install -v github.com/edoardottt/cariddi/cmd/cariddi@v1.2
```
### Building from source
+1 -1
View File
@@ -1,6 +1,6 @@
/*
==========
Cariddi v1.1.9
Cariddi v1.2
==========
This program is free software: you can redistribute it and/or modify
+1 -1
View File
@@ -38,7 +38,7 @@ func Beautify() {
banner2 := " ___ __ _ _ __(_) __| | __| (_)\n"
banner3 := " / __/ _` | '__| |/ _` |/ _` | |\n"
banner4 := " | (_| (_| | | | | (_| | (_| | |\n"
banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.9\n"
banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.2\n"
banner6 := ""
banner7 := " > github.com/edoardottt/cariddi\n"
banner8 := " > edoardoottavianelli.it\n"