From 669b8ef6626216ce618e2f3faf63f9a7599695bf Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 12 Dec 2017 18:23:47 +0000 Subject: [PATCH] fnlb: 0.0.193 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 5f78bbdf8..9c5ea8efe 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -17,7 +17,7 @@ import ( "github.com/sirupsen/logrus" ) -const VERSION = "0.0.192" +const VERSION = "0.0.193" func main() { // XXX (reed): normalize @@ -28,7 +28,7 @@ func main() { logrus.SetLevel(level) fnodes := flag.String("nodes", "", "comma separated list of functions nodes") - minAPIVersion := flag.String("min-api-version", "0.0.159", "minimal node API to accept") + minAPIVersion := flag.String("min-api-version", "0.0.160", "minimal node API to accept") var conf lb.Config flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory; use k8s for kuberneted")