Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MajorVersion is the current major version for pachyderm. MajorVersion = 1 // MinorVersion is the current minor version for pachyderm. MinorVersion = 2 // MicroVersion is the patch number for pachyderm. MicroVersion = 4 )
Variables ¶
View Source
var ( // AdditionalVersion is the string provided at release time // The value is passed to the linker at build time // DO NOT set the value of this variable here AdditionalVersion string // Version is the current version for pachyderm. Version = &protoversion.Version{ Major: MajorVersion, Minor: MinorVersion, Micro: MicroVersion, Additional: AdditionalVersion, } )
Functions ¶
func PrettyPrintVersion ¶
func PrettyPrintVersion(version *protoversion.Version) string
PrettyPrintVersion returns a version string optionally tagged with metadata. For example: "1.2.3", or "1.2.3-rc1" if version.Additional is "rc1".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.