From 3672d332400241338486362c00df8e819507dc59 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 10 Sep 2023 19:21:42 +0000 Subject: [PATCH] Update loop_docs.sh --- loop_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loop_docs.sh b/loop_docs.sh index 622efbcc..eccf090a 100755 --- a/loop_docs.sh +++ b/loop_docs.sh @@ -27,7 +27,7 @@ if [ "$version" == "1.19" ]; then minorVer="1.19.4" minGoVer="1.19" elif [ "$version" == "1.20" ]; then - minorVer="1.20.3" + minorVer="1.20.4" fi docs_dir="versioned_docs/version-$version" @@ -54,7 +54,7 @@ SED_INPLACE "s/@minGoVersion@/$minGoVer/" "$docs_dir/installation/from-source.$l if [ "$version" == "latest" ]; then SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.21-dev"/' static/swagger-latest.json elif [ "$version" == "1.20" ]; then - SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.20.3"/' static/swagger-20.json + SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.20.4"/' static/swagger-20.json elif [ "$version" == "1.19" ]; then SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.19.4"/' static/swagger-19.json fi