Final 0.7.0 release metadata info

This commit is contained in:
Lucas Dower 2023-01-23 22:14:51 +00:00
parent 7832357350
commit cb4689db12
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605

View File

@ -40,8 +40,8 @@ export class AppConfig {
public readonly FRESNEL_MIX: number; public readonly FRESNEL_MIX: number;
private constructor() { private constructor() {
this.RELEASE_MODE = false; this.RELEASE_MODE = true;
this.RELEASE_VERSION = '0.7.0d'; this.RELEASE_VERSION = '0.7.0r';
this.VOXEL_BUFFER_CHUNK_SIZE = 5_000; this.VOXEL_BUFFER_CHUNK_SIZE = 5_000;
const configFile = fs.readFileSync(PathUtil.join(AppPaths.Get.resources, 'config.json'), 'utf8'); const configFile = fs.readFileSync(PathUtil.join(AppPaths.Get.resources, 'config.json'), 'utf8');