fn tool: 0.3.26 release [skip ci]

This commit is contained in:
CI
2017-07-27 18:15:24 +00:00
parent 543c8c0500
commit 40bc00acb3

View File

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