package client
// Version returns the version of the client
func (c *Client) Version() string {
return c.version
}