GetPluginVersion returns the current plugin version
()
| 30 | |
| 31 | // GetPluginVersion returns the current plugin version |
| 32 | func GetPluginVersion() string { |
| 33 | return pluginVersion |
| 34 | } |
| 35 | |
| 36 | // GetCfCliVersion returns the current cf CLI version |
| 37 | func GetCfCliVersion() string { |
no outgoing calls
no test coverage detected