mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'master' into export_app_name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
// Version of Functions
|
||||
var Version = "0.3.29"
|
||||
var Version = "0.3.30"
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// Version of Functions CLI
|
||||
var Version = "0.3.28"
|
||||
var Version = "0.3.29"
|
||||
|
||||
func version() cli.Command {
|
||||
r := versionCmd{VersionApi: functions.NewVersionApi()}
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
"github.com/fnproject/fn/fnlb/lb"
|
||||
)
|
||||
|
||||
const VERSION = "0.0.6"
|
||||
const VERSION = "0.0.7"
|
||||
|
||||
func main() {
|
||||
// XXX (reed): normalize
|
||||
|
||||
Reference in New Issue
Block a user