Skip to content

Commit a4a52cb

Browse files
committed
version: bump to v3.0.1
1 parent 0149709 commit a4a52cb

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.3.0"
32-
Version = "3.0.0+git"
32+
Version = "3.0.1"
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)