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

Set default version to v5.3.3 with mike 1.1.2

This commit is contained in:
GitHub Action 2021-12-14 20:51:11 +00:00
parent ee12b65db9
commit 335a08eef1

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=v5.3.2/" /> <meta http-equiv="refresh" content="1; url=v5.3.3/" />
</noscript> </noscript>
<script> <script>
window.location.replace("v5.3.2/" + window.location.hash); window.location.replace("v5.3.3/" + window.location.hash);
</script> </script>
</head> </head>
<body> <body>
Redirecting to <a href="v5.3.2/">v5.3.2/</a>... Redirecting to <a href="v5.3.3/">v5.3.3/</a>...
</body> </body>
</html> </html>