fn tool: 0.3.30 release [skip ci]

This commit is contained in:
CI
2017-07-28 18:44:41 +00:00
parent 329281232e
commit eea868f7b2

View File

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