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

Set default version to v5.4.6 with mike 1.1.2

This commit is contained in:
GitHub Action 2022-04-21 22:15:41 +00:00
parent 0aaa20d93c
commit afc1d4a958

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