Skip to content

Commit

Permalink
Merge pull request #5288 from gyuho/version_bump
Browse files Browse the repository at this point in the history
*: bump to 3.0.0-beta.0
  • Loading branch information
gyuho committed May 6, 2016
2 parents faca29f + 74ea9ea commit ffd1fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions etcdserver/api/v2http/capability.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var (
"2.1.0": {authCapability: true},
"2.2.0": {authCapability: true},
"2.3.0": {authCapability: true},
"3.0.0": {authCapability: true},
}

enableMapMu sync.Mutex
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (

var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "2.2.0"
Version = "2.3.0+git"
MinClusterVersion = "2.3.0"
Version = "3.0.0-beta.0"

// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"
Expand Down

0 comments on commit ffd1fa6

Please sign in to comment.