fn tool: 0.3.9 release [skip ci]

This commit is contained in:
Travis Reeder
2017-06-13 11:11:02 -07:00
parent f9cc13c7f5
commit 9981004af3

View File

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