fn tool: 0.3.11 release [skip ci]

This commit is contained in:
Travis Reeder
2017-06-15 08:35:11 -07:00
parent 6800f55ef7
commit 855dcf6ac7

View File

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