This commit is contained in:
techknowlogick
2023-08-21 16:07:19 +00:00
parent 9c2c3041e9
commit 1097526deb

View File

@@ -27,7 +27,7 @@ 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.2" minorVer="1.20.3"
fi fi
docs_dir="versioned_docs/version-$version" docs_dir="versioned_docs/version-$version"