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