Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down