fix version info

This commit is contained in:
Willy Kloucek
2022-06-13 10:43:52 +02:00
parent 588293fd19
commit 68a6f43538
93 changed files with 112 additions and 102 deletions
@@ -19,7 +19,7 @@ func Server(opts ...Option) grpc.Service {
service := grpc.NewService(
grpc.Logger(options.Logger),
grpc.Name(options.Name),
grpc.Version(version.String),
grpc.Version(version.GetString()),
grpc.Address(options.Config.GRPC.Addr),
grpc.Namespace(options.Config.GRPC.Namespace),
grpc.Context(options.Context),