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

Set default version to v5.2.2 with mike 1.1.1

This commit is contained in:
GitHub Action 2021-09-17 09:25:36 +00:00
parent 16b018fd29
commit 3b4e916c6d

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