mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
9 lines
244 B
Go
9 lines
244 B
Go
package main
|
|
|
|
const version = "v1"
|
|
|
|
// TODO: The release version (generated from the git tag) will be the raft
|
|
// protocol version for now. When things settle down we will fix it like the
|
|
// client API above.
|
|
const raftVersion = releaseVersion
|