Skip to content

Commit 8105af6

Browse files
authored
fix openshift version in repo.toml (#303)
Signed-off-by: Abigail McCarthy <[email protected]>
1 parent 1c03be5 commit 8105af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ output_format = "linkcheck"
202202
docs_root = "${root}/openshift"
203203
project = "gpu-operator-openshift"
204204
name = "NVIDIA GPU Operator on Red Hat OpenShift Container Platform"
205-
version = "25.10.0" # Check that this value matches maj.min version of repo_docs.projects.gpu-operator.version
205+
version = "25.10" # Check that this value matches maj.min version of repo_docs.projects.gpu-operator.version
206206
copyright_start = 2020
207207
sphinx_exclude_patterns = [
208208
"get-entitlement.rst",

0 commit comments

Comments
 (0)