# Functions

No description provided by the author
No description provided by the author

# Constants

VerUnknown is the version used if Ver has not been set by ldflags.

# Variables

Rev holds binary revision string Populated using: go build -ldflags "-X github.com/prebid/prebid-server/version.Rev=`git rev-parse --short HEAD`" Populated automatically at build / releases in the Docker image See issue #559.
Ver holds the version derived from the latest git tag Populated using: go build -ldflags "-X github.com/prebid/prebid-server/version.Ver=`git describe --tags | sed 's/^v//`" Populated automatically at build / releases in the Docker image.