From fe9b5d79c3d2d73c4029cc719c8b931e5c46ff76 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sat, 9 Aug 2025 22:14:21 -0300 Subject: [PATCH] :wrench: chore(env): fix version variable name --- src/env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env.d.ts b/src/env.d.ts index cc5a405..9a476ac 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1,7 +1,7 @@ declare const SRC: string declare const DEVEL: boolean; declare const GRESOURCES_FILE: string; -declare const VERSION: string; +declare const COLORSHELL_VERSION: string; declare module "inline:*" { const content: string