bump version
This commit is contained in:
2
fx.go
2
fx.go
@@ -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{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user