Updated version to 4.3

This commit is contained in:
Isaac Abadi
2022-06-18 19:36:20 -04:00
parent b56c66f705
commit 895c385d6b
4 changed files with 4 additions and 4 deletions

View File

@@ -301,4 +301,4 @@ const YTDL_ARGS_WITH_VALUES = [
// we're using a Set here for performance
exports.YTDL_ARGS_WITH_VALUES = new Set(YTDL_ARGS_WITH_VALUES);
exports.CURRENT_VERSION = 'v4.2';
exports.CURRENT_VERSION = 'v4.3';