Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
knicklabs committed Aug 5, 2019
1 parent 848ba77 commit 2751ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {

app.Name = "sup"
app.Usage = "simple task tracker for daily standups"
app.Version = "0.2.0"
app.Version = "0.3.0"
app.Commands = []cli.Command{
commands.Add,
commands.Config,
Expand Down

0 comments on commit 2751ab4

Please sign in to comment.