Skip to content

Commit 30801de

Browse files
committed
*: bump to v2.1.3
1 parent dbac8c8 commit 30801de

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.0.0"
28-
Version = "2.1.2+git"
28+
Version = "2.1.3"
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)