From 68868b37a8206ac53e27879c258727c5b1a0e4af Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 19 Feb 2023 23:58:52 +0100 Subject: [PATCH] update version --- src/setup/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/constants.ts b/src/setup/constants.ts index 6a9a77f5..25ed018d 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,3 +1,3 @@ export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; -export const APP_VERSION = "2.1.3"; +export const APP_VERSION = "3.0.0";