Fix things

This commit is contained in:
Bill 2021-08-11 23:30:23 -04:00
parent 8c431ab337
commit 089db9cd2a

View File

@ -1,5 +1,5 @@
export class NitroVersion
{
public static RENDERER_VERSION: string = '1-1-0';
public static RENDERER_VERSION: string = '1.1.0';
public static UI_VERSION: string = '';
}