SetCfCliVersion sets the cf CLI version for use in User-Agent
(version string)
| 25 | |
| 26 | // SetCfCliVersion sets the cf CLI version for use in User-Agent |
| 27 | func SetCfCliVersion(version string) { |
| 28 | cfCliVersion = version |
| 29 | } |
| 30 | |
| 31 | // GetPluginVersion returns the current plugin version |
| 32 | func GetPluginVersion() string { |
no outgoing calls
no test coverage detected