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.0-alpha.0" // 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.0-alpha.0+incompatible
- Published
- Sep 16, 2016
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 day ago –
Tools for package owners.