benvin/fix-e2e-build
master
The e2e suite failed to compile because e2e_test.go called server.New(cfg) but the signature is New(cfg, version). Pass a static test version so make e2e builds and runs again. Refs #80