From 025b3b8c120fc3c1e123339f3fd95f37df1e70f3 Mon Sep 17 00:00:00 2001 From: PhilRunninger Date: Mon, 1 Apr 2024 18:09:24 -0400 Subject: [PATCH] Update the minimum version number. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 45a2753..7858437 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const minSupportedVersion = '1.9.2'; +const minSupportedVersion = '1.10.1'; require('dotenv').config(); const express = require('express');