Skip to content

Commit 31aba2f

Browse files
committed
Fix versions in feature gate doc
1 parent a44421f commit 31aba2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12-
toVersion: "1.31"
12+
toVersion: "1.30"
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.31"
16-
toVersion: "1.32"
16+
toVersion: "1.31"
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.32"

0 commit comments

Comments
 (0)