diff --git a/apps/guide/src/util/constants.ts b/apps/guide/src/util/constants.ts index 72155dee3..dbba83df8 100644 --- a/apps/guide/src/util/constants.ts +++ b/apps/guide/src/util/constants.ts @@ -24,4 +24,4 @@ export const PACKAGES = [ /** * The stable version of discord.js. */ -export const VERSION = '14.10.2' as const; +export const VERSION = '14.11.0' as const;