X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerConstants.ts;h=4e0bce1f86dca990f99be28649b0dafe50620488;hb=628c30e510dd0f12be4432bd5eb0ff86790c4de0;hp=99e29fcb6bd57c1bc0806b9778a7502933707c86;hpb=60d1f5b09771029bd3459a620e883c58dab0d4f5;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerConstants.ts b/src/worker/WorkerConstants.ts index 99e29fcb..4e0bce1f 100644 --- a/src/worker/WorkerConstants.ts +++ b/src/worker/WorkerConstants.ts @@ -12,6 +12,8 @@ export class WorkerConstants { public static readonly DEFAULT_POOL_MAX_SIZE = availableParallelism(); public static readonly DEFAULT_ELEMENTS_PER_WORKER = 1; + public static readonly version = '1.0.0'; + private constructor() { // This is intentional }