Skip to content

Commit 201bb4b

Browse files
committed
*: bump to v2.2.0-alpha.1
1 parent 3cc4957 commit 201bb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
var (
2626
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
2727
MinClusterVersion = "2.1.0"
28-
Version = "2.2.0-alpha.0+git"
28+
Version = "2.2.0-alpha.1"
2929

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

0 commit comments

Comments
 (0)