MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / GetPluginVersion

Function GetPluginVersion

util/user_agent_builder.go:32–34  ·  view source on GitHub ↗

GetPluginVersion returns the current plugin version

()

Source from the content-addressed store, hash-verified

30
31// GetPluginVersion returns the current plugin version
32func GetPluginVersion() string {
33 return pluginVersion
34}
35
36// GetCfCliVersion returns the current cf CLI version
37func GetCfCliVersion() string {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected