fn tool: 0.3.29 release [skip ci]

This commit is contained in:
CI
2017-07-28 18:15:24 +00:00
parent 2319ed5be7
commit eff67f3882

View File

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