File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515# ======================================================================================================================
1616
1717# The version of the CLI being build - this should be a valid SemVer format
18- VERSION ?= 1.10.1
18+ VERSION ?= 1.10.2-rc1
1919MILESTONE ?=
2020SHELL := /bin/bash
2121
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ manually copy to your desired location.
7878For 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.0 /cohctl-1.10.0 -windows-amd64.exe"
81+ curl -sLo cohctl.exe "https://github.com/oracle/coherence-cli/releases/download/1.10.1 /cohctl-1.10.1 -windows-amd64.exe"
8282```
8383
8484> Note: Change the ** amd64** to ** arm** for ARM based processor in the URL above.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ engine:
1111 attributes :
1212 plantumlconfig : " _plantuml-config.txt"
1313 commercial-docs-base-url : " https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2"
14- cli-version : " 1.10.1 "
14+ cli-version : " 1.10.2 "
1515 coherence-version : " 14.1.2-0-3"
1616 coherence-default-version : " 14.1.2-0-3"
1717assets :
@@ -35,7 +35,7 @@ backend:
3535 name : " vuetify"
3636 homePage : " docs/about/overview.adoc"
3737 releases :
38- - " 1.10.1 "
38+ - " 1.10.2 "
3939 navigation :
4040 type : " ROOT"
4141 title : " Coherence CLI"
You can’t perform that action at this time.
0 commit comments