This commit is contained in:
Travis Reeder
2017-11-18 07:47:24 -08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package version
// Version of Functions
var Version = "0.3.194"
var Version = "0.3.195"

View File

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