Merge branch 'master' into export_app_name

This commit is contained in:
Travis Reeder
2017-07-28 11:19:15 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package version package version
// Version of Functions // Version of Functions
var Version = "0.3.29" var Version = "0.3.30"

View File

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

View File

@@ -17,7 +17,7 @@ import (
"github.com/fnproject/fn/fnlb/lb" "github.com/fnproject/fn/fnlb/lb"
) )
const VERSION = "0.0.6" const VERSION = "0.0.7"
func main() { func main() {
// XXX (reed): normalize // XXX (reed): normalize