github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/pkg/client/version.go (about)

     1  package client
     2  
     3  // Version returns the version of the client
     4  func (c *Client) Version() string {
     5  	return c.version
     6  }