Skip to content

Commit 1bc3dd5

Browse files
authored
Prepare for 1.10.2 (#362)
1 parent 1d698ac commit 1bc3dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ======================================================================================================================
1616

1717
# The version of the CLI being build - this should be a valid SemVer format
18-
VERSION ?= 1.10.2-rc1
18+
VERSION ?= 1.10.2
1919
MILESTONE ?=
2020
SHELL := /bin/bash
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ manually copy to your desired location.
7878
For Windows, use the curl command below, then copy `cohctl.exe` to a directory in your PATH:
7979

8080
```cmd
81-
curl -sLo cohctl.exe "https://github.com/oracle/coherence-cli/releases/download/1.10.1/cohctl-1.10.1-windows-amd64.exe"
81+
curl -sLo cohctl.exe "https://github.com/oracle/coherence-cli/releases/download/1.10.2/cohctl-1.10.2-windows-amd64.exe"
8282
```
8383

8484
> Note: Change the **amd64** to **arm** for ARM based processor in the URL above.

0 commit comments

Comments
 (0)