bump version

This commit is contained in:
Minghe Huang
2018-06-23 19:55:05 +08:00
parent 50bdf6e31c
commit fef248849c

2
fx.go
View File

@@ -15,7 +15,7 @@ func main() {
app := cli.NewApp() app := cli.NewApp()
app.Name = "fx" app.Name = "fx"
app.Usage = "make function as a service" app.Usage = "make function as a service"
app.Version = "0.0.4" app.Version = "0.0.5"
app.Commands = []cli.Command{ app.Commands = []cli.Command{
{ {