fn tool: 0.3.57 release [skip ci]

This commit is contained in:
CI
2017-08-16 20:25:18 +00:00
parent 32301ebd2a
commit 6d86611b23

View File

@@ -10,7 +10,7 @@ import (
) )
// Version of Functions CLI // Version of Functions CLI
var Version = "0.3.56" var Version = "0.3.57"
func version() cli.Command { func version() cli.Command {
r := versionCmd{VersionApi: functions.NewVersionApi()} r := versionCmd{VersionApi: functions.NewVersionApi()}