Skip to content

Commit 9ad6b9e

Browse files
authored
Update server version and downgrade typescript (#1047)
1 parent 55203cc commit 9ad6b9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"source-map-support": "^0.5.19",
3333
"thrift": "~0.14.1",
3434
"typedoc": "~0.20.36",
35-
"typescript": "~4.3.2",
35+
"typescript": "~4.2.4",
3636
"winston": "~3.3.3",
3737
"yargs": "~17.0.1"
3838
},

scripts/download-rc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
2-
const HZ_VERSION = '4.2.1-SNAPSHOT';
3-
const HZ_TEST_VERSION = '4.2.1-SNAPSHOT';
2+
const HZ_VERSION = '4.2.3-SNAPSHOT';
3+
const HZ_TEST_VERSION = '4.2.3-SNAPSHOT';
44
const HAZELCAST_TEST_VERSION = HZ_TEST_VERSION;
55
const HAZELCAST_VERSION = HZ_VERSION;
66
const HAZELCAST_ENTERPRISE_VERSION = HZ_VERSION;

0 commit comments

Comments
 (0)