From 707c7c05cb2b1cc53b119b2388397f15a49c7ad2 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:21:07 +0000 Subject: [PATCH] release: rc28 --- template/beginner/deps.ts | 4 ++-- template/bigbot/deps.ts | 4 ++-- template/minimal/deps.ts | 4 ++-- util/constants.ts | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/template/beginner/deps.ts b/template/beginner/deps.ts index f68d94301..caaa6041c 100644 --- a/template/beginner/deps.ts +++ b/template/beginner/deps.ts @@ -1,5 +1,5 @@ -export * from "https://deno.land/x/discordeno@13.0.0-rc27/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc27/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc28/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc28/plugins/mod.ts"; // Terminal Colors! export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; diff --git a/template/bigbot/deps.ts b/template/bigbot/deps.ts index 6ddd8f08e..f915defd4 100644 --- a/template/bigbot/deps.ts +++ b/template/bigbot/deps.ts @@ -1,5 +1,5 @@ -export * from "https://deno.land/x/discordeno@13.0.0-rc27/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc27/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc28/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc28/plugins/mod.ts"; // Terminal Colors! export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; diff --git a/template/minimal/deps.ts b/template/minimal/deps.ts index 66cb20eaa..99fc50861 100644 --- a/template/minimal/deps.ts +++ b/template/minimal/deps.ts @@ -1,4 +1,4 @@ -export * from "https://deno.land/x/discordeno@13.0.0-rc27/mod.ts"; -export * from "https://deno.land/x/discordeno@13.0.0-rc27/plugins/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc28/mod.ts"; +export * from "https://deno.land/x/discordeno@13.0.0-rc28/plugins/mod.ts"; export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts"; export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; diff --git a/util/constants.ts b/util/constants.ts index 03970eb9d..e9d139001 100644 --- a/util/constants.ts +++ b/util/constants.ts @@ -9,7 +9,7 @@ export const GATEWAY_VERSION = 10; // TODO: update this version /** https://github.com/discordeno/discordeno/releases */ -export const DISCORDENO_VERSION = "13.0.0-rc27"; +export const DISCORDENO_VERSION = "13.0.0-rc28"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;