mirror of
https://github.com/github/gh-stack.git
synced 2026-09-14 20:26:28 +08:00
8 lines
245 B
Go
8 lines
245 B
Go
package cmd
|
|
|
|
// Version is the current version of gh-stack.
|
|
// In release builds, this is overridden at build time via ldflags
|
|
// (see .github/workflows/release.yml).
|
|
// The "dev" default indicates a local development build.
|
|
var Version = "dev"
|