Skip to content

Commit a5764b4

Browse files
author
CI
committed
fnlb: 0.0.71 release [skip ci]
1 parent 913342c commit a5764b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fnlb/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ import (
1717
"github.com/sirupsen/logrus"
1818
)
1919

20-
const VERSION = "0.0.70"
20+
const VERSION = "0.0.71"
2121

2222
func main() {
2323
// XXX (reed): normalize
2424
fnodes := flag.String("nodes", "", "comma separated list of functions nodes")
25-
minAPIVersion := flag.String("min-api-version", "0.0.37", "minimal node API to accept")
25+
minAPIVersion := flag.String("min-api-version", "0.0.38", "minimal node API to accept")
2626

2727
var conf lb.Config
2828
flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory")

0 commit comments

Comments
 (0)