MCPcopy Index your code
hub / github.com/devspace-sh/devspace / GetVersion

Function GetVersion

pkg/devspace/upgrade/upgrade.go:49–51  ·  view source on GitHub ↗

GetVersion returns the application version

()

Source from the content-addressed store, hash-verified

47
48// GetVersion returns the application version
49func GetVersion() string {
50 return version
51}
52
53// GetRawVersion returns the applications raw version
54func GetRawVersion() string {

Callers 9

versionMethod · 0.92
ensureRequiresMethod · 0.92
TestUserAgentFunction · 0.92
NewClientFromContextFunction · 0.92
ExecuteFunction · 0.92
NewVersionCmdFunction · 0.92
TestSetVersionFunction · 0.85
NewerVersionAvailableFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestUserAgentFunction · 0.74
TestSetVersionFunction · 0.68