From 5c32674315598a706590174b6c576d46f9f032f9 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 26 Sep 2017 19:02:30 +0000 Subject: [PATCH] fnlb: 0.0.84 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 4e52e19e9..81b36b22d 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -17,12 +17,12 @@ import ( "github.com/sirupsen/logrus" ) -const VERSION = "0.0.83" +const VERSION = "0.0.84" func main() { // XXX (reed): normalize fnodes := flag.String("nodes", "", "comma separated list of functions nodes") - minAPIVersion := flag.String("min-api-version", "0.0.50", "minimal node API to accept") + minAPIVersion := flag.String("min-api-version", "0.0.51", "minimal node API to accept") var conf lb.Config flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory")