Bump the version to 3.4.33

Signed-off-by: Wenjia Zhang <wenjiazhang@google.com>
This commit is contained in:
Wenjia Zhang 2024-06-13 14:10:05 +00:00
parent 88ff600ed9
commit 5cd1d285d7

View File

@ -26,7 +26,7 @@ import (
var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "3.0.0"
Version = "3.4.32"
Version = "3.4.33"
APIVersion = "unknown"
// Git SHA Value will be set during build