From 54c6b1f1afa6ffee18dbd213ba99f26412393664 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:02:51 -0300 Subject: [PATCH] chore: update version_codename --- src/renderer/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/constants.ts b/src/renderer/src/constants.ts index 1cea1d3ab..745418379 100644 --- a/src/renderer/src/constants.ts +++ b/src/renderer/src/constants.ts @@ -1,6 +1,6 @@ import { Downloader } from "@shared"; -export const VERSION_CODENAME = "Skyscraper"; +export const VERSION_CODENAME = "Spectre"; export const DOWNLOADER_NAME = { [Downloader.RealDebrid]: "Real-Debrid",