From a26024fb4b6dd9b02f22ab369dbaa839e9d0a525 Mon Sep 17 00:00:00 2001
From: Tiffany Bennett <tbennett@roblox.com>
Date: Mon, 22 Nov 2021 12:54:27 -0800
Subject: [PATCH] Use latest release url (#227)

---
 docs/_includes/repl.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_includes/repl.html b/docs/_includes/repl.html
index 1ff81fb8..9d9b5895 100644
--- a/docs/_includes/repl.html
+++ b/docs/_includes/repl.html
@@ -47,4 +47,4 @@
         }
     }
 </script>
-<script async src="https://github.com/Roblox/luau/releases/download/0.505/Luau.Web.js"></script>
+<script async src="https://github.com/Roblox/luau/releases/latest/download/Luau.Web.js"></script>