diff --git a/api/version/version.go b/api/version/version.go index da2b493e9..99e7c42cf 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of Functions -var Version = "0.3.29" +var Version = "0.3.30" diff --git a/cli/version.go b/cli/version.go index 55a1c64da..561858e05 100644 --- a/cli/version.go +++ b/cli/version.go @@ -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()} diff --git a/fnlb/main.go b/fnlb/main.go index b1c6d6d2c..a2123519e 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -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