fn tool: 0.3.12 release [skip ci]

This commit is contained in:
Travis Reeder
2017-06-21 08:46:20 -07:00
parent 383ca3b9ce
commit 106ba2a102

View File

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