From b7046f23b87f1e64eba9e78d4388a4237f8fcba4 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Tue, 20 Sep 2022 03:52:48 +0000 Subject: [PATCH] release: 16.0.1 --- util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/constants.ts b/util/constants.ts index 57b2b485c..cb77f2db2 100644 --- a/util/constants.ts +++ b/util/constants.ts @@ -6,7 +6,7 @@ export const API_VERSION = 10; // TODO: update this version /** https://github.com/discordeno/discordeno/releases */ -export const DISCORDENO_VERSION = "16.0.0"; +export const DISCORDENO_VERSION = "16.0.1"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;