diff --git a/.github/workflows/deploy-version.yml b/.github/workflows/deploy-version.yml index 939dc43..bf1760c 100755 --- a/.github/workflows/deploy-version.yml +++ b/.github/workflows/deploy-version.yml @@ -20,7 +20,7 @@ jobs: # JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }} - name: get_version - run: echo "RELEASE_VERSION=4.00" >> $GITHUB_ENV + run: echo "RELEASE_VERSION=5.00" >> $GITHUB_ENV # you probably would do build and test steps here diff --git a/docs/_config.yml b/docs/_config.yml index c070697..a1e366b 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,12 +19,12 @@ # in the templates via {{ site.myvariable }}. title: Renesas RZ/V AI -version: "4.00" +version: "5.00" #email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" The best solution for starting your AI applications. domain: "renesas-rz.github.io" -baseurl: "/rzv_ai_sdk/4.00" # the subpath of your site, e.g. /blog +baseurl: "/rzv_ai_sdk/5.00" # the subpath of your site, e.g. /blog repository: renesas-rz/rzv_ai_sdk url: "https://renesas-rz.github.io" # the base hostname & protocol for your site, e.g. http://example.com # twitter_username: jekyllrb diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 8c5ff5b..bdc676b 100755 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -297,9 +297,6 @@