From ed3f80a2e8a428492e273e8a075eacd73bc46cdd Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:43:13 +0900 Subject: [PATCH] chore: bump version to v3.10.1 --- wsEvents/checkForUpdates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsEvents/checkForUpdates.js b/wsEvents/checkForUpdates.js index e5e0a330..2356e886 100644 --- a/wsEvents/checkForUpdates.js +++ b/wsEvents/checkForUpdates.js @@ -1,6 +1,6 @@ const { getDownloadLink } = require('../utils/FileDownloader.js'); -const currentVersion = 'v3.10.0'; +const currentVersion = 'v3.10.1'; /** * @param {import('ws').WebSocket} ws