🔧 chore(env): fix version variable name

This commit is contained in:
retrozinndev
2025-08-09 22:14:21 -03:00
parent 33a7b9617b
commit fe9b5d79c3
+1 -1
View File
@@ -1,7 +1,7 @@
declare const SRC: string declare const SRC: string
declare const DEVEL: boolean; declare const DEVEL: boolean;
declare const GRESOURCES_FILE: string; declare const GRESOURCES_FILE: string;
declare const VERSION: string; declare const COLORSHELL_VERSION: string;
declare module "inline:*" { declare module "inline:*" {
const content: string const content: string