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

Function SetVersionInfo

pkg/cli/version.go:6–8  ·  view source on GitHub ↗

SetVersionInfo sets version information for the workflow package.

(v string)

Source from the content-addressed store, hash-verified

4
5// SetVersionInfo sets version information for the workflow package.
6func SetVersionInfo(v string) {
7 workflow.SetVersion(v)
8}
9
10// GetVersion returns the current version.
11func GetVersion() string {

Calls 1

SetVersionFunction · 0.92