diff --git a/lib/constants.js b/lib/constants.js index 48081a4..abacd0d 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,3 +1,3 @@ -export const SPARK_VERSION = '1.7.0' +export const SPARK_VERSION = '1.7.1' export const MAX_CAR_SIZE = 200 * 1024 * 1024 // 200 MB export const APPROX_ROUND_LENGTH_IN_MS = 60 * 60_000 // 1 hour