fn tool: 0.3.18 release [skip ci]

This commit is contained in:
James Jeffrey
2017-07-24 08:34:53 -07:00
parent 40f911c566
commit 8d836d5956

View File

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