Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 12, 2024
1 parent 967f385 commit e57feb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@ func main() {

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

os.Printf(os.Purple, ":::| COMPACTOR - 0.1.2 |:::\n")
os.Printf(os.Purple, ":::| COMPACTOR - 0.2.0 |:::\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
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

VERSION="v0.1.2"
VERSION="v0.2.0"
REPOSITORY="https://github.com/mateussouzaweb/compactor"
BINARY="$REPOSITORY/releases/download/$VERSION/compactor"
BINARIES="/usr/local/bin"
Expand Down

0 comments on commit e57feb3

Please sign in to comment.