github.com/alpe/etcd@v0.1.2-0.20130915230056-09f31af88aeb/version.go (about)

     1  package main
     2  
     3  const version = "v1"
     4  
     5  // TODO: The release version (generated from the git tag) will be the raft
     6  // protocol version for now. When things settle down we will fix it like the
     7  // client API above.
     8  const raftVersion = releaseVersion