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

Set default version to v4.2.5 with mike 1.0.1

This commit is contained in:
GitHub Action 2021-06-23 19:35:20 +00:00
parent 640b9bd959
commit 94e401b579

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