1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set default version to v6.0.1 with mike 1.1.2

This commit is contained in:
GitHub Action 2022-08-10 15:03:49 +00:00
parent be5866062a
commit d5f06940cf

View File

@ -4,13 +4,13 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Redirecting</title> <title>Redirecting</title>
<noscript> <noscript>
<meta http-equiv="refresh" content="1; url=v6.0.0/" /> <meta http-equiv="refresh" content="1; url=v6.0.1/" />
</noscript> </noscript>
<script> <script>
window.location.replace("v6.0.0/" + window.location.hash); window.location.replace("v6.0.1/" + window.location.hash);
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="v6.0.0/">v6.0.0/</a>... Redirecting to <a href="v6.0.1/">v6.0.1/</a>...
</body> </body>
</html> </html>