Skip to content

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Oct 13, 2023
1 parent 88060a9 commit 743d959
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.7\n")
cli.Printf(cli.ColorDefault, "Version 0.0.8\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.7"
VERSION="v0.0.8"
REPOSITORY="https://github.com/mateussouzaweb/nicedeck"
BINARY="$REPOSITORY/releases/download/$VERSION/nicedeck"
BINARIES="$HOME/.local/bin"
Expand Down

0 comments on commit 743d959

Please sign in to comment.