Skip to content

Commit

Permalink
Version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Oct 13, 2023
1 parent 1d3259a commit 3818c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var installMap = map[string]func() error{

// Version command
func printVersion() error {
cli.Printf(cli.ColorDefault, "Version 0.0.8\n")
cli.Printf(cli.ColorDefault, "Version 0.0.9\n")
return nil
}

Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

VERSION="v0.0.8"
VERSION="v0.0.9"
REPOSITORY="https://github.com/mateussouzaweb/nicedeck"
BINARY="$REPOSITORY/releases/download/$VERSION/nicedeck"
BINARIES="$HOME/.local/bin"
Expand Down

0 comments on commit 3818c33

Please sign in to comment.