From b4cdb09b0b8c11d6df79dbb6a0557b836bdc34c3 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 22 Jan 2018 17:03:59 +0000 Subject: [PATCH] fnlb: 0.0.266 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 39491a258..a6667762b 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -17,7 +17,7 @@ import ( "github.com/sirupsen/logrus" ) -const VERSION = "0.0.265" +const VERSION = "0.0.266" 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.232", "minimal node API to accept") + minAPIVersion := flag.String("min-api-version", "0.0.233", "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")