From ea9e897b92744588582b547cd1128404bd7967fc Mon Sep 17 00:00:00 2001 From: iCrawl Date: Fri, 24 Dec 2021 12:26:51 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b6827262..6bd962d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "13.4.0", + "version": "13.5.0-dev", "description": "A powerful library for interacting with the Discord API", "scripts": { "test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",