We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55203cc commit 9ad6b9eCopy full SHA for 9ad6b9e
package.json
@@ -32,7 +32,7 @@
32
"source-map-support": "^0.5.19",
33
"thrift": "~0.14.1",
34
"typedoc": "~0.20.36",
35
- "typescript": "~4.3.2",
+ "typescript": "~4.2.4",
36
"winston": "~3.3.3",
37
"yargs": "~17.0.1"
38
},
scripts/download-rc.js
@@ -1,6 +1,6 @@
1
'use strict';
2
-const HZ_VERSION = '4.2.1-SNAPSHOT';
3
-const HZ_TEST_VERSION = '4.2.1-SNAPSHOT';
+const HZ_VERSION = '4.2.3-SNAPSHOT';
+const HZ_TEST_VERSION = '4.2.3-SNAPSHOT';
4
const HAZELCAST_TEST_VERSION = HZ_TEST_VERSION;
5
const HAZELCAST_VERSION = HZ_VERSION;
6
const HAZELCAST_ENTERPRISE_VERSION = HZ_VERSION;
0 commit comments