diff --git a/docusaurus.config.js b/docusaurus.config.js index 933e00a3..aaadbcbb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -112,7 +112,7 @@ const config = { banner: 'unreleased', }, '1.21': { - label: '1.21.6', + label: '1.21.7', }, '1.20': { label: '1.20.6' diff --git a/loop_docs.sh b/loop_docs.sh index 8f4273ac..680205e4 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.6" + minorVer="1.21.7" 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.6"/' static/swagger-21.json + SED_INPLACE 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.21.7"/' 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