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

Function GetRawVersion

pkg/devspace/upgrade/upgrade.go:54–56  ·  view source on GitHub ↗

GetRawVersion returns the applications raw version

()

Source from the content-addressed store, hash-verified

52
53// GetRawVersion returns the applications raw version
54func GetRawVersion() string {
55 return rawVersion
56}
57
58// SetVersion sets the application version
59func SetVersion(verText string) {

Callers 2

InjectDevSpaceHelperFunction · 0.92
downloadUIFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected