Skip to content

Commit

Permalink
Update version/features.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Nov 7, 2024
1 parent 3da2558 commit 399b8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package version

// Versions list.
var (
V3_0_0 = MustParse("3.0.0") //nolint:revive,stylecheck
V3_0_0 = MustParse("3.0.0-0") //nolint:revive,stylecheck
)

// FeatureVersion represents a minimum version feature being supported.
Expand Down

0 comments on commit 399b8ec

Please sign in to comment.