6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
/**
|
|
* Ultra Vehicle Card Version
|
|
* This is the single source of truth for version information
|
|
*/
|
|
export declare const VERSION = "2.9.1";
|