From 315ef5ee7dea8c51c3a35240f01c4e54eff69400 Mon Sep 17 00:00:00 2001 From: ITOH Date: Sat, 5 Jun 2021 22:27:00 +0200 Subject: [PATCH] change: bump 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 404355e8d..8616f11f2 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-rc.7"; +export const DISCORDENO_VERSION = "11.0.0-rc.8"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;