refactor: cleanup package.json version usage
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerConstants.ts
index 99e29fcb6bd57c1bc0806b9778a7502933707c86..4e0bce1f86dca990f99be28649b0dafe50620488 100644 (file)
@@ -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
   }