diff --git a/docs/src/.vuepress/layouts/PageLayout.vue b/docs/src/.vuepress/layouts/PageLayout.vue index d3d001b06..e7d293fbb 100644 --- a/docs/src/.vuepress/layouts/PageLayout.vue +++ b/docs/src/.vuepress/layouts/PageLayout.vue @@ -4,7 +4,7 @@ import { useRoute, useRouter } from "vue-router"; import { ref, onMounted } from 'vue' const version = ref(""); -const latestVersion = "v1.8.0"; +const latestVersion = "v1.9.0"; function setVersionBasedOnCurrentPath() : void { @@ -55,7 +55,8 @@ function navigateToNewVersion() {