pack/pkg/client/version.go

7 lines
117 B
Go

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