Skip to content

Commit 8e9b1dc

Browse files
committed
Prepare for 1.10.7
1 parent ad8d2e0 commit 8e9b1dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6
18+
VERSION ?= 1.10.7
1919
MILESTONE ?=
2020
SHELL := /bin/bash
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
2+
Copyright (c) 2021, 2026 Oracle and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at
44
https://oss.oracle.com/licenses/upl.
55
-->
@@ -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.6/cohctl-1.10.6-windows-amd64.exe"
81+
curl -sLo cohctl.exe "https://github.com/oracle/coherence-cli/releases/download/1.10.7/cohctl-1.10.7-windows-amd64.exe"
8282
```
8383

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

docs/sitegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ backend:
3535
name: "vuetify"
3636
homePage: "docs/about/overview.adoc"
3737
releases:
38-
- "1.10.2"
38+
- "1.10.7"
3939
navigation:
4040
type: "ROOT"
4141
title: "Coherence CLI"

0 commit comments

Comments
 (0)