We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5.4.0
SNAPSHOT
1 parent 77b7d6b commit 8ca539dCopy full SHA for 8ca539d
scripts/download-rc.js
@@ -1,6 +1,6 @@
1
'use strict';
2
-const HZ_VERSION = '5.4.0-SNAPSHOT';
3
-const HZ_TEST_VERSION = '5.4.0-SNAPSHOT';
+const HZ_VERSION = '5.4.0';
+const HZ_TEST_VERSION = '5.4.0';
4
const HAZELCAST_TEST_VERSION = HZ_TEST_VERSION;
5
const HAZELCAST_VERSION = HZ_VERSION;
6
const HAZELCAST_ENTERPRISE_VERSION = HZ_VERSION;
0 commit comments