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