From 779b53425c4c0a213bc97e97dca551f517d51dc5 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 13 Sep 2017 18:30:07 +0000 Subject: [PATCH] fnlb: 0.0.66 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 ddeeb4ffb..49f963a6f 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -17,12 +17,12 @@ import ( "github.com/sirupsen/logrus" ) -const VERSION = "0.0.65" +const VERSION = "0.0.66" func main() { // XXX (reed): normalize fnodes := flag.String("nodes", "", "comma separated list of functions nodes") - minAPIVersion := flag.String("min-api-version", "0.0.32", "minimal node API to accept") + minAPIVersion := flag.String("min-api-version", "0.0.33", "minimal node API to accept") var conf lb.Config flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory")