From ee2cf07febde2bb1de6af30fff2a7b5c8af8e6d5 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 1 Dec 2017 18:12:20 +0000 Subject: [PATCH] fnlb: 0.0.174 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 01eab98e5..2ee646964 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -17,12 +17,12 @@ import ( "github.com/sirupsen/logrus" ) -const VERSION = "0.0.173" +const VERSION = "0.0.174" func main() { // XXX (reed): normalize fnodes := flag.String("nodes", "", "comma separated list of functions nodes") - minAPIVersion := flag.String("min-api-version", "0.0.140", "minimal node API to accept") + minAPIVersion := flag.String("min-api-version", "0.0.141", "minimal node API to accept") var conf lb.Config flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory")