This commit is contained in:
techknowlogick
2023-10-06 22:30:38 +00:00
parent ce87f6ee78
commit 6ebe1c9347

View File

@@ -27,9 +27,9 @@ if [ "$version" == "1.19" ]; then
minorVer="1.19.4" minorVer="1.19.4"
minGoVer="1.19" minGoVer="1.19"
elif [ "$version" == "1.20" ]; then elif [ "$version" == "1.20" ]; then
minorVer="1.20.4" minorVer="1.20.5"
elif [ "$version" == "1.21" ]; then elif [ "$version" == "1.21" ]; then
minorVer="1.21.0-rc0" minorVer="1.21.0-rc1"
fi fi
docs_dir="versioned_docs/version-$version" docs_dir="versioned_docs/version-$version"