fnlb: 0.0.181 release [skip ci]

This commit is contained in:
CI
2017-12-06 00:24:03 +00:00
parent 1e3edd45f0
commit 14d4580cb1

View File

@@ -17,12 +17,12 @@ import (
"github.com/sirupsen/logrus"
)
const VERSION = "0.0.180"
const VERSION = "0.0.181"
func main() {
// XXX (reed): normalize
fnodes := flag.String("nodes", "", "comma separated list of functions nodes")
minAPIVersion := flag.String("min-api-version", "0.0.147", "minimal node API to accept")
minAPIVersion := flag.String("min-api-version", "0.0.148", "minimal node API to accept")
var conf lb.Config
flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory")