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.6 with mike 1.1.2

This commit is contained in:
GitHub Action 2021-11-04 16:43:14 +00:00
parent db60527ae1
commit 2966d8a364

View File

@ -4,13 +4,13 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=v5.2.5/" />
<meta http-equiv="refresh" content="1; url=v5.2.6/" />
</noscript>
<script>
window.location.replace("v5.2.5/" + window.location.hash);
window.location.replace("v5.2.6/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="v5.2.5/">v5.2.5/</a>...
Redirecting to <a href="v5.2.6/">v5.2.6/</a>...
</body>
</html>