package version
import "github.com/coreos/etcd/version"
Package version implements etcd version parsing and contains latest version information.
Index ¶
Variables ¶
var ( // MinClusterVersion is the min cluster version this etcd binary is compatible with. MinClusterVersion = "3.0.0" Version = "3.1.19" APIVersion = "unknown" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)" )
Functions ¶
func Cluster ¶
Cluster only keeps the major.minor.
Types ¶
type Versions ¶
Source Files ¶
- Version
- v3.1.19+incompatible
- Published
- Jul 24, 2018
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 day ago –
Tools for package owners.