fn tool: 0.3.62 release [skip ci]

This commit is contained in:
CI
2017-08-18 20:08:29 +00:00
parent a0decc5f7d
commit bb4e335556

View File

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