fnlb: 0.0.20 release [skip ci]

This commit is contained in:
CI
2017-08-03 21:15:57 +00:00
parent faac8734a8
commit b1f41f60bb

View File

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