Skip to content

Commit

Permalink
feat: 🎸 v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panicdragon committed Nov 19, 2021
1 parent 5ca1b17 commit f7fcd65
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 @@ -67,7 +67,7 @@ USAGE:
main [global options] command [command options] [arguments...]
VERSION:
0.7.0
0.7.2
COMMANDS:
init Initialize coppeno.json.
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.7.0"
app.Version = "0.7.2"

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

0 comments on commit f7fcd65

Please sign in to comment.