From 5cce19befc0673f2652eaea8c1b1bb2e69ff0bc4 Mon Sep 17 00:00:00 2001 From: shrihanDev Date: Wed, 28 Dec 2022 15:27:19 +0530 Subject: [PATCH] chore: v3.7.1 --- wsEvents/checkForUpdates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsEvents/checkForUpdates.js b/wsEvents/checkForUpdates.js index b5397f4a..9b6a4b7f 100644 --- a/wsEvents/checkForUpdates.js +++ b/wsEvents/checkForUpdates.js @@ -1,6 +1,6 @@ const { getDownloadLink } = require('../utils/FileDownloader.js'); -const currentVersion = 'v3.7.0'; +const currentVersion = 'v3.7.1'; /** * @param {import('ws').WebSocket} ws