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.3 with mike 1.0.0

This commit is contained in:
GitHub Action 2021-04-26 20:21:12 +00:00
parent cfa91094bf
commit 62bd089c69

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