Expose shim instance version

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2023-10-13 10:53:03 -07:00
parent f66c46806a
commit 7a2d801d62
2 changed files with 18 additions and 7 deletions

View File

@@ -140,8 +140,9 @@ func (b *binary) Start(ctx context.Context, opts *types.Any, onClose func()) (_
}
return &shim{
bundle: b.bundle,
client: conn,
bundle: b.bundle,
client: conn,
version: params.Version,
}, nil
}