mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Intermediate commit.
This commit is contained in:
8
server/version.go
Normal file
8
server/version.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package server
|
||||
|
||||
const Version = "v2"
|
||||
|
||||
// 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 PeerVersion = releaseVersion
|
||||
Reference in New Issue
Block a user