Compare commits

..

1 Commits

Author SHA1 Message Date
Minghe
293481f081 release 0.7.3 (#311) 2019-10-12 21:41:49 +08:00

2
fx.go
View File

@@ -27,7 +27,7 @@ func main() {
app := cli.NewApp()
app.Name = "fx"
app.Usage = "makes function as a service"
app.Version = "0.7.2"
app.Version = "0.7.3"
app.Commands = []cli.Command{
{