databroker: store server version in backend (#2142)

This commit is contained in:
Caleb Doxsey 2021-04-28 09:12:52 -06:00 committed by GitHub
parent 1b698053f6
commit 91c7dc742f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 317 additions and 333 deletions

View file

@ -16,8 +16,7 @@ import (
func newServer(cfg *serverConfig) *Server {
return &Server{
version: 11,
cfg: cfg,
cfg: cfg,
}
}