Skip to content

Commit fca8add

Browse files
committed
version: 3.3.9
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
1 parent ea40e9f commit fca8add

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
@@ -26,7 +26,7 @@ import (
2626
var (
2727
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
2828
MinClusterVersion = "3.0.0"
29-
Version = "3.3.8+git"
29+
Version = "3.3.9"
3030
APIVersion = "unknown"
3131

3232
// Git SHA Value will be set during build

0 commit comments

Comments
 (0)