Update index.html end date to 2024-04-01
diff --git a/index.html b/index.html
index 43849e0..532f203 100644
--- a/index.html
+++ b/index.html
@@ -74,7 +74,7 @@
<label for="start-date">Start:</label>
<input type="date" id="start-date" name="start-date" value="2019-01-01" min="2014-01-01">
<label for="end-date">End:</label>
- <input type="date" id="end-date" name="end-date" value="2023-12-31" min="2014-01-01">
+ <input type="date" id="end-date" name="end-date" value="2024-04-01" min="2014-01-01">
</div>
<h2>Pushes</h2>
@@ -511,4 +511,4 @@
buildTables(startDate, endDate)
</script>
-</html>
\ No newline at end of file
+</html>