add 1.19 back in

This commit is contained in:
techknowlogick
2023-07-19 13:40:14 -04:00
parent cf21dd155f
commit 0105968d98
3 changed files with 7 additions and 8 deletions

View File

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