From 808c031b6fcf40eb0378cee6b3634519063e34b4 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 5 Sep 2017 22:33:22 +0000 Subject: [PATCH] fnlb: 0.0.53 release [skip ci] --- fnlb/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fnlb/main.go b/fnlb/main.go index cba1022be..003fed13c 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -17,12 +17,12 @@ import ( "github.com/fnproject/fn/fnlb/lb" ) -const VERSION = "0.0.52" +const VERSION = "0.0.53" func main() { // XXX (reed): normalize fnodes := flag.String("nodes", "", "comma separated list of functions nodes") - minAPIVersion := flag.String("min-api-version", "0.0.19", "minimal node API to accept") + minAPIVersion := flag.String("min-api-version", "0.0.20", "minimal node API to accept") var conf lb.Config flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory")