Compare commits

..

2 Commits

Author SHA1 Message Date
Gyu-Ho Lee
9f5189cd00 tools/v3benchmark: fix import pb path 2016-02-12 11:13:20 -08:00
Gyu-Ho Lee
6bc9b6e4ed *: bump to v2.2.5+git 2016-02-01 13:21:47 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import (
"sync"
"time"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/rakyll/pb"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/cheggaaa/pb"
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
"github.com/coreos/etcd/Godeps/_workspace/src/google.golang.org/grpc"
"github.com/coreos/etcd/etcdserver/etcdserverpb"

View File

@@ -27,7 +27,7 @@ import (
var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "2.1.0"
Version = "2.2.5"
Version = "2.2.5+git"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"