Documentation
¶
Overview ¶
Package version holds the Go backend's own release version, mirroring scripts/version.js's pkg.version (package.json is the Node build's source of truth; this package is the Go build's).
Index ¶
Constants ¶
View Source
const Current = "0.10.3"
Current is the Relay release version, without a leading "v". Bump this alongside package.json's "version" field per the release tagging convention (tags on master, no "v" prefix).
Variables ¶
View Source
var BuildCommit string
BuildCommit is optionally populated by release builds through -ldflags. Docker builds do not include the .git directory, so CI supplies the source revision explicitly for :latest images.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.