Skip to content

Commit 86a6307

Browse files
author
Tim Middleton
authored
Bump version to 1.9.0 for next release (#283)
* Bump version to 1.9.0 for next release * Update docs version * Update experimental features
1 parent e7235c4 commit 86a6307

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.8.1
18+
VERSION ?= 1.9.0
1919
MILESTONE ?=
2020
SHELL := /bin/bash
2121

docs/about/introduction.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ provides a lightweight and scriptable alternative.
3030
3131
1. Create, start stop and scale local only development based clusters - xref:../reference/create_clusters.adoc[more information].
3232
2. Monitor clusters using a text based UI to show multiple panels - xref:../reference/monitor_clusters.adoc[more information].
33+
3. Create starter projects with Coherence and various frameworks including Helidon, SpringBoot and Micronaut - xref:../reference/create_starter.adoc[more information].
3334
3435
== Why use the Coherence CLI?
3536

docs/sitegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8.1"
14+
cli-version: "1.9.0"
1515
coherence-version: "14.1.2-0-1"
1616
coherence-default-version: "14.1.2-0-1"
1717
assets:

0 commit comments

Comments
 (0)