version: bump to v3.0.11

release-3.0 v3.0.11
Gyu-Ho Lee 2016-10-07 11:27:48 -07:00
parent e9cd8410d7
commit 96de94a584
1 changed files with 1 additions and 1 deletions

View File

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