Skip to content

Commit 8ca539d

Browse files
authored
Use released Hazelcast 5.4.0 instead of SNAPSHOT (#1524)
Now `5.4.0` is released, the released version should be used in preferences to a pre-release `SNAPSHOT`.
1 parent 77b7d6b commit 8ca539d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/download-rc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
2-
const HZ_VERSION = '5.4.0-SNAPSHOT';
3-
const HZ_TEST_VERSION = '5.4.0-SNAPSHOT';
2+
const HZ_VERSION = '5.4.0';
3+
const HZ_TEST_VERSION = '5.4.0';
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)