Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildNumber = ""
BuildNumber is the CI build number that creates the release. Injected at build time via -ldflags "-X github.com/bitrise-io/bitrise/v2/version.BuildNumber=..."
View Source
var Commit = ""
Commit is the git commit hash used for building the release. Injected at build time via -ldflags "-X github.com/bitrise-io/bitrise/v2/version.Commit=..."
View Source
var IsAlternativeInstallation = false
IsAlternativeInstallation tracks if the current cli was installed via `go install` or not.
View Source
var VERSION = "dev"
VERSION is the main CLI version number. Injected at build time via -ldflags "-X github.com/bitrise-io/bitrise/v2/version.VERSION=..." See goreleaser config file for details. Falls back to "dev" when not set (local / go install builds).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.