Remove logrus from fn

This commit is contained in:
Travis Reeder
2017-07-07 16:41:45 -07:00
committed by Reed Allman
parent b793d97a07
commit aed8ec8e2a
2041 changed files with 87557 additions and 107499 deletions

View File

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