mirror of
https://git.leinelab.org/Mal/metasocket-cordova.git
synced 2025-12-06 02:50:50 +01:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export default class AppConfig
|
|
{
|
|
public static readonly VERSION: string = '1.6.5';
|
|
}
|