Skip to content

Commit 8988d59

Browse files
author
CI
committed
fnlb: 0.0.74 release [skip ci]
1 parent e1248bc commit 8988d59

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.73"
20+
const VERSION = "0.0.74"
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.40", "minimal node API to accept")
25+
minAPIVersion := flag.String("min-api-version", "0.0.41", "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)