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

This commit is contained in:
GitHub Action 2021-04-16 13:28:18 +00:00
parent 664dd56f6f
commit ba67bbde7e

View File

@ -1,11 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=v4.2.2/" />
</noscript>
<script>
window.location.replace("v4.2.1");
window.location.replace("v4.2.2/");
</script>
</head>
<body>
Redirecting to <a href="v4.2.2/">v4.2.2/</a>...
</body>
</html>