From 0f397fa8e04693c557388e5d35b5db79f508fee7 Mon Sep 17 00:00:00 2001
From: Nemo <commits@captnemo.in>
Date: Tue, 29 Mar 2022 17:19:18 +0530
Subject: [PATCH] v14 is no longer supported

---
 _scripts/gen_versions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_scripts/gen_versions.php b/_scripts/gen_versions.php
index 5c97eb9..aba5629 100644
--- a/_scripts/gen_versions.php
+++ a/_scripts/gen_versions.php
@@ -1,9 +1,9 @@
 <?php
 
 const VERSION_EXCLUDE = ['nightly', 'beta', 'alpha'];
 // The latest four stable major versions are currently supported
 // till May 2022, after which only 3 major versions will be supported
-const SUPPORTED_MAJOR_VERSIONS = [14, 15, 16, 17];
+const SUPPORTED_MAJOR_VERSIONS = [15, 16, 17, 18];
 
 // Command to fetch the list of versions from upstream
 const FETCH_VERSIONS_COMMAND = "git ls-remote -q --tags https://github.com/electron/electron.git |grep -v '\^{}' |cut -f2 | sed -s 's/refs\/tags\///g' ";
--
rgit 0.1.5