Files
github__gh-stack/cmd/version.go
T
2026-04-10 03:32:08 -04:00

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"