Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faizalzakaria committed Mar 24, 2023
1 parent 2069060 commit 2466718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ func main() {

app.Commands = cmds
app.Name = "octo"
app.Version = "1.0.9"
app.Version = "1.1.0"
app.Compiled = time.Now()
app.Authors = []*cli.Author{
&cli.Author{
Name: "Faizal Zakaria",
Email: "[email protected]",
},
}
}

err := app.Run(os.Args)
if err != nil {
Expand Down

0 comments on commit 2466718

Please sign in to comment.