1.20.0-rc2

This commit is contained in:
techknowlogick
2023-06-29 18:32:46 +00:00
parent 18fa94cb73
commit e974138e39

View File

@@ -27,7 +27,7 @@ if ["$version" == "1.19"]; then
minorVer="1.19.3"
minGoVer="1.19"
elif ["$version" == "1.20"]; then
minorVer="1.20.0-rc1"
minorVer="1.20.0-rc2"
fi
docs_dir="versioned_docs/version-$version"