MCPcopy Create free account
hub / github.com/github/gh-aw / GetVersion

Function GetVersion

pkg/workflow/version.go:34–36  ·  view source on GitHub ↗

GetVersion returns the current compiler version.

()

Source from the content-addressed store, hash-verified

32
33// GetVersion returns the current compiler version.
34func GetVersion() string {
35 return compilerVersion
36}
37
38// SetIsRelease sets whether this binary was built as a release.
39func SetIsRelease(release bool) {

Calls

no outgoing calls