Skip to content

Commit

Permalink
fnlb: 0.0.245 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 10, 2018
1 parent d02d59b commit 930d1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fnlb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/sirupsen/logrus"
)

const VERSION = "0.0.244"
const VERSION = "0.0.245"

func main() {
// XXX (reed): normalize
Expand All @@ -28,7 +28,7 @@ func main() {
logrus.SetLevel(level)

fnodes := flag.String("nodes", "", "comma separated list of functions nodes")
minAPIVersion := flag.String("min-api-version", "0.0.211", "minimal node API to accept")
minAPIVersion := flag.String("min-api-version", "0.0.212", "minimal node API to accept")

var conf lb.Config
flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory; use k8s for kuberneted")
Expand Down

0 comments on commit 930d1e8

Please sign in to comment.