From 3327d2a6a2e109f396780c2ff8eb124b9e0f7385 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 28 Dec 2023 02:08:54 +0000 Subject: [PATCH] 1.21.3 --- loop_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loop_docs.sh b/loop_docs.sh index 57f1fe84..e53d8796 100755 --- a/loop_docs.sh +++ b/loop_docs.sh @@ -29,7 +29,7 @@ if [ "$version" == "1.19" ]; then elif [ "$version" == "1.20" ]; then minorVer="1.20.6" elif [ "$version" == "1.21" ]; then - minorVer="1.21.2" + minorVer="1.21.3" fi docs_dir="versioned_docs/version-$version" @@ -56,7 +56,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.22-dev"/' static/swagger-latest.json elif [ "$version" == "1.21" ]; then - SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.21.2"/' static/swagger-21.json + SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.21.3"/' static/swagger-21.json elif [ "$version" == "1.20" ]; then SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.20.6"/' static/swagger-20.json elif [ "$version" == "1.19" ]; then