Skip to content

Commit

Permalink
[etcd] Fix version to 3.5.17-dd.2 instead of 3.5.17 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneesh1 authored Jan 13, 2025
1 parent ecfa592 commit 2ecbbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "3.0.0"
Version = "3.5.17"
Version = "3.5.17-dd.2"
APIVersion = "unknown"

// Git SHA Value will be set during build
Expand Down

0 comments on commit 2ecbbe4

Please sign in to comment.