MCPcopy Create free account
hub / github.com/anchordotdev/cli / ReleaseTagName

Function ReleaseTagName

cli.go:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func ReleaseTagName() string {
96 return fmt.Sprintf("v%s", Version.Version)
97}
98
99func VersionString() string {
100 return fmt.Sprintf("%s (%s/%s) Commit: %s BuildDate: %s", Version.Version, Version.Os, Version.Arch, Version.Commit, Version.Date)

Callers 1

IsUpgradeableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected