MCPcopy
hub / github.com/slimtoolkit/slim / Current

Function Current

pkg/version/version.go:28–30  ·  view source on GitHub ↗

Current returns the current version information

()

Source from the content-addressed store, hash-verified

26
27// Current returns the current version information
28func Current() string {
29 return currentVersion
30}
31
32func Tag() string {
33 return appVersionTag

Callers 9

RunFunction · 0.92
NewInteractiveAppFunction · 0.92
cli.goFile · 0.92
initMethod · 0.92
FailOnWithInfoFunction · 0.92
FailOnFunction · 0.92
WarnOnFunction · 0.92
FailWhenFunction · 0.92
FailFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected