Skip to content

Commit

Permalink
Version 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed May 5, 2022
1 parent b8b547a commit ae87b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ func main() {

// Print information
if version {
os.Printf("", "Compactor version 0.0.16\n")
os.Printf("", "Compactor version 0.0.17\n")
return
}

os.Printf(os.Purple, ":::| COMPACTOR - 0.0.16 |:::\n")
os.Printf(os.Purple, ":::| COMPACTOR - 0.0.17 |:::\n")
os.Printf(os.Notice, "[INFO] Files source folder is %s\n", options.Source.Path)
os.Printf(os.Notice, "[INFO] Files destination folder is %s\n", options.Destination.Path)

Expand Down

0 comments on commit ae87b87

Please sign in to comment.