Skip to content

Commit cdf49da

Browse files
committed
correct website version
1 parent 2b6595e commit cdf49da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/.vuepress/theme/components/NavbarBrand.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const NavbarBrandVersion = () =>
3535
{
3636
class: "navbar-version",
3737
},
38-
"v3.7.2",
38+
`v${version.value}`,
3939
);
4040
4141
const NavbarBrandLogo = () => {

0 commit comments

Comments
 (0)