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})`;