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

Set default version to latest with mike 0.5.3

This commit is contained in:
Mario Sarcher 2020-10-30 13:41:00 +01:00
parent d19af3d04f
commit 822df247c2

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting</title>
<script>
window.location.replace("latest");
</script>
</head>
<body>
</body>
</html>