fnlb: 0.0.41 release [skip ci]

This commit is contained in:
Travis Reeder
2017-08-23 22:52:20 -07:00
parent 14a684918b
commit 0e2492736e

View File

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