diff --git a/src/rctrando_init.ts b/src/rctrando_init.ts index 32f40d7..e9301df 100644 --- a/src/rctrando_init.ts +++ b/src/rctrando_init.ts @@ -1,5 +1,5 @@ const rando_name = 'RollerCoaster Tycoon Randomizer'; -const rando_version = '0.9 Beta'; +const rando_version = '0.9'; const bDebug:boolean = false; function debug(message?: any, ...optionalParams: any[]): void {