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

Function GetVersion

pkg/cli/version.go:11–13  ·  view source on GitHub ↗

GetVersion returns the current version.

()

Source from the content-addressed store, hash-verified

9
10// GetVersion returns the current version.
11func GetVersion() string {
12 return workflow.GetVersion()
13}

Calls 1

GetVersionFunction · 0.92