fn tool: 0.3.8 release [skip ci]

This commit is contained in:
Travis Reeder
2017-06-13 11:07:53 -07:00
parent 012855ee0d
commit 475a070278

View File

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