From f0e9bc86b2da2b068e1ea786df0df74cdcfc523e Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Sat, 1 May 2021 11:20:52 +0200 Subject: [PATCH] full dd version string is better --- src/util/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/constants.ts b/src/util/constants.ts index f0ee88935..072e42d4a 100644 --- a/src/util/constants.ts +++ b/src/util/constants.ts @@ -7,8 +7,9 @@ export const API_VERSION = 9; /** https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions */ export const GATEWAY_VERSION = 8; +// TODO: update this version /** https://github.com/discordeno/discordeno/releases */ -export const DISCORDENO_VERSION = 11; +export const DISCORDENO_VERSION = "v11.0.0"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT =