Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarciac committed Mar 4, 2019
1 parent eb1755e commit f2ef4b6
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 @@ -17,7 +17,7 @@ func cliClientError(err error) *cli.ExitError {

func main() {
app := cli.NewApp()
app.Version = "0.2.0"
app.Version = "0.3.0"
app.Name = "Fuego"
app.Usage = "A firestore client"
app.EnableBashCompletion = true
Expand Down

0 comments on commit f2ef4b6

Please sign in to comment.