diff --git a/cmd/main.go b/cmd/main.go index de17552..fb8c368 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -362,11 +362,11 @@ func main() { // Print information if version { - os.Printf("", "Compactor version 0.2.0\n") + os.Printf("", "Compactor version 0.2.1\n") return } - os.Printf(os.Purple, ":::| COMPACTOR - 0.2.0 |:::\n") + os.Printf(os.Purple, ":::| COMPACTOR - 0.2.1 |:::\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) diff --git a/install.sh b/install.sh index 87a47e8..e820195 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e set -u -VERSION="v0.2.0" +VERSION="v0.2.1" REPOSITORY="https://github.com/mateussouzaweb/compactor" BINARY="$REPOSITORY/releases/download/$VERSION/compactor" BINARIES="/usr/local/bin"