diff --git a/docs/getting_started.rst b/docs/getting_started.rst index ffc47ed26c..173486fd06 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -48,10 +48,10 @@ There are following options to start a Hazelcast cluster easily: .. code:: bash - docker run -p 5701:5701 hazelcast/hazelcast:5.3.0 + docker run -p 5701:5701 hazelcast/hazelcast:5.5.0 - You can use `Hazelcast CLI - `__. + `__. - You can run standalone members by downloading and running distribution files from the website. - You can embed members to your Java projects.