Skip to content

Commit 3c1dbde

Browse files
committed
Merge pull request #4801 from gyuho/version_2_3
version: bump to 2.3
2 parents a57712f + 7d5cedb commit 3c1dbde

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
@@ -29,7 +29,7 @@ import (
2929
var (
3030
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
3131
MinClusterVersion = "2.2.0"
32-
Version = "2.3.0-alpha.1+git"
32+
Version = "2.3.0"
3333

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

0 commit comments

Comments
 (0)