From 5e59dbb00d7be2edb6cec72cbfd48692313997e2 Mon Sep 17 00:00:00 2001 From: ITOH Date: Mon, 7 Jun 2021 17:06:54 +0200 Subject: [PATCH] change: bump minor version --- src/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/constants.ts b/src/util/constants.ts index b3c9fcc1b..f7609041f 100644 --- a/src/util/constants.ts +++ b/src/util/constants.ts @@ -9,7 +9,7 @@ export const GATEWAY_VERSION = 9; // TODO: update this version /** https://github.com/discordeno/discordeno/releases */ -export const DISCORDENO_VERSION = "11.0.0"; +export const DISCORDENO_VERSION = "11.0.1"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;