fnlb: 0.0.154 release [skip ci]

This commit is contained in:
CI
2017-11-17 16:16:23 +00:00
parent 5f308829b0
commit b2b3e608b9

View File

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