Skip to content

Commit

Permalink
feat: 🎸 README.md update version
Browse files Browse the repository at this point in the history
  • Loading branch information
panicdragon committed Nov 16, 2021
1 parent 5acef45 commit dc6ee3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ brew install coppeno
**golang**

```
go install github.com/webcyou-org/coppeno@v0.5.1
go install github.com/webcyou-org/coppeno@latest
```

or
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
app := cli.NewApp()
app.Name = "coppeno"
app.Usage = "Quick project kickstarter Simple File Manager CLI tool."
app.Version = "0.5.2"
app.Version = "0.5.5"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit dc6ee3c

Please sign in to comment.