[skip ci] Bump fn Version 0.3.13

This commit is contained in:
James Jeffrey
2017-07-07 10:45:36 -07:00
parent aada2476e9
commit 15fd29f1e9

View File

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