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

Function IsDevVersion

cli.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49var SkipReleaseCheck = false
50
51func IsDevVersion() bool {
52 return Version.Version == "dev"
53}
54
55func IsFreshLatestRelease(ctx context.Context) (bool, error) {
56 release, err := getLatestRelease(ctx)

Callers 2

ReleaseCheckFunction · 0.92
MinimumVersionCheckFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected