// Package version exposes build metadata for the gitflow binary. package version // Version is the semantic version of the binary. It can be overridden at // build time with: // // go build -ldflags "-X gitea.oblak.solutions/dimitar/gitFlow/internal/version.Version=v1.2.3" ./cmd/gitflow var Version = "dev"