diff --git a/Makefile b/Makefile index a218448..f9e2045 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # ====================================================================================================================== # The version of the CLI being build - this should be a valid SemVer format -VERSION ?= 1.10.2-rc1 +VERSION ?= 1.10.2 MILESTONE ?= SHELL := /bin/bash diff --git a/README.md b/README.md index ce1c4a0..d0983c3 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ manually copy to your desired location. For Windows, use the curl command below, then copy `cohctl.exe` to a directory in your PATH: ```cmd -curl -sLo cohctl.exe "https://github.com/oracle/coherence-cli/releases/download/1.10.1/cohctl-1.10.1-windows-amd64.exe" +curl -sLo cohctl.exe "https://github.com/oracle/coherence-cli/releases/download/1.10.2/cohctl-1.10.2-windows-amd64.exe" ``` > Note: Change the **amd64** to **arm** for ARM based processor in the URL above.