This commit is contained in:
Travis Reeder
2017-10-02 20:14:28 -07: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.132"
var Version = "0.3.133"

View File

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