fn tool: 0.3.58 release [skip ci]

This commit is contained in:
CI
2017-08-17 22:57:39 +00:00
parent a8d28d68f6
commit 0dfa9e0e03

View File

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